julia
d913db40 - fix #33367, defining enums is slow (#33494)

Commit
6 years ago
fix #33367, defining enums is slow (#33494) Each definition used a new closure and call to `ntuple`, which is not necessary since the code only runs at load time.
Author
Parents
Loading