List Comprehension equivalent
    thedeemon via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Mar 18 04:38:01 PDT 2017
    
    
  
On Saturday, 18 March 2017 at 11:09:34 UTC, Russel Winder wrote:
> Is this foldr or foldl' ?
It's a left fold of course, having foldr by default in eager 
language would be awkward.
    
    
More information about the Digitalmars-d-learn
mailing list