summary refs log tree commit diff stats
path: root/lib/system/setops.nim
Commit message (Collapse)AuthorAgeFilesLines
* better setops docs (#16236)flywind2020-12-031-70/+62
| | | | | | | | | | | | | | | | | * js module also uses runnableExamples * better setops docs * Update lib/system/setops.nim * better * Update lib/system/setops.nim * Update lib/system/setops.nim * better * better
* System cleanup, part 2 (#13155)Miran2020-01-151-0/+94
* create basic_types, arithmetics, exceptions, comparisons * create setops.nim * create memalloc.nim * create gc_interface.nim * create iterators_1.nim