[Issue 5376] writeln doesn't print immutable lazy sequences
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Dec  9 02:43:27 PST 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=5376
Infiltrator <lt.infiltrator at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lt.infiltrator at gmail.com
--- Comment #2 from Infiltrator <lt.infiltrator at gmail.com> ---
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?
--
    
    
More information about the Digitalmars-d-bugs
mailing list