the `lc` needs to be converted to an openArray before filterIt gets it. I was 
trying `toSeq` or `items` neither of which worked, but `cycle(1)` does the 
trick. It's probably a bug; `lc` seems to need work judging by the issues list 
for it. FYI `future` is being renamed to `sugar` on devel.
    
    
    (lc[i | (i<-0..9), int]).cycle(1).filterIt(it < 3).echo;
    
    
    Run

Reply via email to