name enum vs static named enum

Arjan arjan at ask.me.to
Sat Nov 7 22:12:12 UTC 2020


What is the usage of `static` in this? :
```
static enum Status
{
     NONE,
     BUSY,
     ...
}
```



More information about the Digitalmars-d-learn mailing list