summary refs log tree commit diff stats
path: root/lib/std/enumerate.nim
Commit message (Collapse)AuthorAgeFilesLines
* minor code cleanups (#21215)Andreas Rumpf2023-01-021-1/+1
|
* move tests to testament (#16101)flywind2020-11-241-19/+0
| | | | | | | | | * move tests to testament * minor * fix random * disable test random
* Improve enumerate (#16053)Antonis Geralis2020-11-201-10/+43
| | | | | | | * Improve enumerate * updates * add tests
* add `enumerate` macro (#15297)Miran2020-09-221-0/+56
* add `enumerate` macro * address the comments * put `enumerate` in its own module