[Issue 10407] std.conv.to of lazy range to numbers array
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Tue Sep  8 10:11:58 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=10407
hsteoh at quickfur.ath.cx changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx
--- Comment #1 from hsteoh at quickfur.ath.cx ---
Is this a real bug? Couldn't you just do `s.map!(a => a.to!real).array` to do
what you want?
--
    
    
More information about the Digitalmars-d-bugs
mailing list