[Issue 15026] cannot array assign to a slice return value
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Sep  7 18:35:34 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15026
--- Comment #1 from Martin Nowak <code at dawg.eu> ---
Workaround is to slice the return value, i.e. `bar()[]` and `foo[][]`.
--
    
    
More information about the Digitalmars-d-bugs
mailing list