name enum vs static named enum

Imperatorn johan_forsberg_86 at hotmail.com
Sat Nov 7 23:02:42 UTC 2020


On Saturday, 7 November 2020 at 22:12:12 UTC, Arjan wrote:
> What is the usage of `static` in this? :
> ```
> static enum Status
> {
>     NONE,
>     BUSY,
>     ...
> }
> ```

It's redundant


More information about the Digitalmars-d-learn mailing list