Yep cool it seems to work. It also works with auto
proc toIntSeq(a: auto): seq[int] =
let a = a.toRange
RunThough it would be nice to see the actual type on the function signature that like how `varargs[type, ...]` shows....
