What is the usage of `static` in this? :
```
static enum Status
{
NONE,
BUSY,
...
}
```- name enum vs static named enum Arjan via Digitalmars-d-learn
- Re: name enum vs static named enum Imperatorn via Digitalmars-d-learn
What is the usage of `static` in this? :
```
static enum Status
{
NONE,
BUSY,
...
}
```