[Issue 14832] iota(UL) + array doesn't work

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 14 23:59:06 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14832

Dmitry Olshansky <dmitry.olsh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh at gmail.com

--- Comment #3 from Dmitry Olshansky <dmitry.olsh at gmail.com> ---
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.

--


More information about the Digitalmars-d-bugs mailing list