sequtils could use some overloads to accept this behavior witouth breaking the 
old one: 
    
    
    template apply*(varSeq, op: untyped) = apply(varSeq, it, op)
    

Reply via email to