Procs
proc run_length_encode(s: string): seq[(char, int)] {....raises: [], tags: [].}
- Source Edit
proc run_length_encode[T](a: seq[T]): seq[(T, int)]
- Source Edit
proc run_length_encode(s: string): seq[(char, int)] {....raises: [], tags: [].}
proc run_length_encode[T](a: seq[T]): seq[(T, int)]