src/cplib/str/run_length_encode

  Source   Edit

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