November 07, 2020 name enum vs static named enum | ||||
---|---|---|---|---|
| ||||
What is the usage of `static` in this? : ``` static enum Status { NONE, BUSY, ... } ``` |
November 07, 2020 Re: name enum vs static named enum | ||||
---|---|---|---|---|
| ||||
Posted in reply to Arjan | 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
|
Copyright © 1999-2021 by the D Language Foundation