summary refs log tree commit diff stats
path: root/lib/pure/collections/sequtils.nim
Commit message (Expand)AuthorAgeFilesLines
* Changed name 'pred' to 'op' in mapIt templatedumndummer2015-02-021-2/+2
* Update sequtils.nimdumndummer2015-01-281-2/+2
* fixes #619Araq2014-11-151-0/+4
* recursive tuple types are now invalid (breaking change)Araq2014-10-021-0/+2
* big renameAraq2014-08-271-26/+26
* Move newSeqWith to sequtilsdef2014-08-111-0/+24
* Merge pull request #1377 from sjakobi/patch-1Andreas Rumpf2014-07-191-1/+1
|\
| * sequtils: Correct documentation for keepIf procSimon Jakobi2014-07-181-1/+1
* | sequtils: Complete mapIt documentation exampleSimon Jakobi2014-07-191-0/+1
|/
* Merge pull request #1301 from def-/sequtils-filter-directlyAndreas Rumpf2014-06-301-0/+49
|\
| * Rename keepIfIt to keepItIfdef2014-06-281-5/+5
| * Add keepIf proc and keepIfIt template to sequtilsdef2014-06-221-0/+49
* | Rename sequtils.distnct to sequtils.deduplicate.Reimer Behrends2014-06-281-9/+5
|/
* Renames split to distribute. Refs #1084.Grzegorz Adam Hankiewicz2014-04-131-28/+29
* Adds generic split proc to sequtils.Grzegorz Adam Hankiewicz2014-04-111-0/+90
* Adds convenience mapIt templates.Grzegorz Adam Hankiewicz2014-02-021-0/+39
* 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