Hey all. I have frequently been in the position of wanting enumerations in Julia. I have finally settled on the implementation linked below which lets me refer to flags in a named way and only specify their underlying numbering once. Is this the best way, or are there better ways I haven't figured out?
https://github.com/ReidAtcheson/EnumsInJulia