summary refs log tree commit diff stats
path: root/lib/pure/collections/sets.nim
Commit message (Collapse)AuthorAgeFilesLines
* big renameAraq2014-08-271-22/+25
|
* renamefestAraq2014-08-231-1/+1
|
* fixes #1413Araq2014-08-131-1/+19
|
* Adds definition of card term to sets module.Grzegorz Adam Hankiewicz2014-07-271-0/+6
|
* Adds more docstrings to the sets module.Grzegorz Adam Hankiewicz2014-07-271-61/+374
|
* Adds TSet.init(), wraps initSet around it.Grzegorz Adam Hankiewicz2014-07-261-6/+46
|
* Adds TOrderedSet.init(), wraps initOrderedSet around it.Grzegorz Adam Hankiewicz2014-07-261-8/+49
|
* Adds test cases for remaining TSet procs.Grzegorz Adam Hankiewicz2014-07-261-0/+9
|
* Moves TSet procs to their code block.Grzegorz Adam Hankiewicz2014-07-261-21/+21
|
* Adds TOrderedSet.isValid().Grzegorz Adam Hankiewicz2014-07-261-0/+58
|
* Adds TSet.isValid().Grzegorz Adam Hankiewicz2014-07-261-0/+101
|
* More effificent TSet differencedef2014-07-141-3/+4
|
* Add missing difference and to sets moduledef2014-07-141-0/+10
|
* Fixed TSet proc names to conform with setFelix Krause2014-06-261-3/+3
|
* Fixed doc comments in sets.nimFelix Krause2014-06-261-4/+4
|
* Added logical set operations to TSetFelix Krause2014-06-251-0/+49
|
* added mget for TSetAndreas Rumpf2014-04-131-0/+9
|
* fixed a bug in `map` for setsSimon Hafner2014-02-101-2/+2
|
* added `map` to setsSimon Hafner2014-02-101-0/+4
|
* corrected docs and testsSimon Hafner2014-02-011-2/+2
|
* sets equivalenceSimon Hafner2014-01-311-0/+17
|
* case consistency part 7Araq2013-12-281-21/+19
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* made more tests green; fixes #201Araq2012-09-121-1/+1
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-6/+8
|
* bugfix: collection/sets only worked by chance ...Araq2012-07-251-4/+4
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* modifyable results for generics; teventemitter worksAraq2011-08-091-7/+2
|
* preparations for 0.8.12Araq2011-07-101-3/+3
|
* implemented tables.addAraq2011-06-111-2/+2
|
* basic generic collections implemented and testedAraq2011-06-071-0/+231