Yep cool it seems to work. It also works with auto
    
    
    proc toIntSeq(a: auto): seq[int] =
      let a = a.toRange
    
    
    Run

Though it would be nice to see the actual type on the function signature that 
like how `varargs[type, ...]` shows....

Reply via email to