https://issues.dlang.org/show_bug.cgi?id=6917
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Dennis <[email protected]> --- I like the idea too. The workaround I currently use is this: ``` private alias L = LongNamedEnum; immutable LongNamedEnum[] array = [L.first, L.second, L.second]; ``` --
