mstrscans_undecl_scanf.nim 84 B

12345
  1. import std/strscans
  2. proc scan*[T](s: string): (bool, string) =
  3. s.scanTuple("$+")