summary refs log tree commit diff stats
path: root/lib/system/iterators_1.nim
Commit message (Collapse)AuthorAgeFilesLines
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-3/+3
|
* clean up old codes (#16284)flywind2020-12-091-144/+101
| | | | | | | * clean up old codes * fix docs and links * clean
* fixes #14001 (#14004)Andreas Rumpf2020-04-191-5/+5
|
* System cleanup, part 2 (#13155)Miran2020-01-151-0/+214
* create basic_types, arithmetics, exceptions, comparisons * create setops.nim * create memalloc.nim * create gc_interface.nim * create iterators_1.nim