https://issues.dlang.org/show_bug.cgi?id=14832
Dmitry Olshansky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Dmitry Olshansky <[email protected]> --- Also the funny thing is that https://github.com/D-Programming-Language/phobos/pull/3544 adds support for ulong length which AFAIK only iota on ulong give and BECAUSE the element type is ulong.sizeof == 8 bytes long nobody will ever be able to call array on > ~512 million long iota. So all of that effort is leading nowhere, just drop the ulong length please. --
