[Issue 13881] Optional length template argument for std.range.takeExactly

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jul 1 11:41:31 PDT 2017


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

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dlang-bugzilla at thecybershad
                   |                            |ow.net
         Resolution|---                         |WONTFIX

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
As Daniel said, a range with an immutable length might as well itself be
immutable (not to be confused with a range of immutable elements). As such, it
would be of very limited use. I don't see a point in pursuing this.

--


More information about the Digitalmars-d-bugs mailing list