On Friday, 12 July 2013 at 06:54:40 UTC, Jacob Carlborg wrote:
On 2013-07-11 20:22, Namespace wrote:[snip] Does anyone have any advice?Who is supposed to access these enums? Can you put it in a separate module but in the same package with package protection?
No. Both modules are in different packages, so the external enum module must be placed in one of them. It seems that he decided to use the cast version to avoid dependencies.
Thanks for your help. :)