[Issue 5376] writeln doesn't print immutable lazy sequences

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Dec 9 04:49:18 PST 2015


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

bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from bearophile_hugs at eml.cc ---
(In reply to Infiltrator from comment #2)
> 2.069 prints the types and contents of the sequences:
> ============
> [-1, -2, -3]
> const(MapResult!(unaryFun, const(int)[]))([1, 2, 3])
> immutable(MapResult!(unaryFun, immutable(int)[]))([1, 2, 3])
> ============
> 
> Is this acceptable?

Yes, closed.

--


More information about the Digitalmars-d-bugs mailing list