just make it generic?
    
    
    proc toIntSeq[T](a: T): seq[int] =
      let a = a.toRange
    
    
    Run

Reply via email to