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
Imperatorn via Digitalmars-d-learn Sat, 07 Nov 2020 15:06:16 -0800
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