summary refs log tree commit diff stats
path: root/lib/pure/collections/sequtils.nim
Commit message (Expand)AuthorAgeFilesLines
* case consistency part 4Araq2013-12-271-1/+1
* Apply changes suggested by AraqVarriount2013-10-271-2/+21
* Added an insertion function that inserts elements of an openarray.Clay Sweetser2013-10-201-0/+50
* 'inject' for 'for' loop variablesAraq2013-05-141-2/+1
* Fixes the dirtyness of the filterIt template. Refs #351.Grzegorz Adam Hankiewicz2013-03-171-2/+7
* Adds foldl and foldr templates to sequtils.Grzegorz Adam Hankiewicz2013-03-161-0/+98
* Indents documentation tests with blocks for hygiene.Grzegorz Adam Hankiewicz2013-03-161-57/+56
* Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-221-2/+2
* fixes sequtils.filterItAraq2013-01-191-5/+4
* Adds note about distnct being misspelled on purpose.Grzegorz Adam Hankiewicz2013-01-091-1/+5
* Adds documentation examples to sequtils.Grzegorz Adam Hankiewicz2013-01-091-8/+145
* Hyperlinks each proc and explains it is like map.Grzegorz Adam Hankiewicz2013-01-091-2/+5
* Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-031-0/+6
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-1/+4
* made tests green againAraq2012-08-161-1/+1
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-2/+2
* the test suite is mostly green againZahary Karadjov2012-03-161-1/+1
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-0/+3
* bugfixes; added events module, sequtils moduleAraq2011-07-261-0/+59