only unimplemented ones: - [ ] statistics: stats - [ ] base64: base64 - [x] bisect: algorithm[^alt_bis] - [x] array: wrap seq (currently wraps PyList) - [ ] heapq: heapqueue - [ ] collections - deque: deques - OrderedDict: tables.OrderedTable (dict) - Counter: tables.CountTable - [x] fractions: rationals - [ ] socket: net - [ ] http.client: httpclient - [x] time: times - [x] datetime: times - [ ] subprocessing: osproc - [ ] re: re[^re] - [ ] textwrap: wordwrap - [ ] distros: distro - [ ] csv: parsecsv - [ ] json: parsejson - [ ] ctypes: dynlib [^alt_bis]: a hand-written translated lib: [berquist/bisect](https://github.com/berquist/bisect) [^re]: non-unicode! consider make a wrapper around `re2` in [regex](https://github.com/nitely/nim-regex)
only unimplemented ones:
Footnotes
a hand-written translated lib: berquist/bisect ↩
non-unicode! consider make a wrapper around
re2in regex ↩