summary refs log tree commit diff stats
path: root/tests/collections/ttables.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-131-1/+5
|\
| * Rename mget to `[]`def2015-03-311-8/+11
* | Add contains proc for tables to allow usage of `in`Jonathan2015-05-051-7/+9
|/
* Fix unknown symbol in tables mpairs iterator.Hans Raaf2015-02-211-0/+16
* Add some unit tests for mgetOrPut and hasKeyOrPut.Charles Blake2015-02-171-1/+9
* New probe seq swaps 1st two keys. Fix in cmp.Charles Blake2015-02-131-1/+1
* fixed minor bugs; cleaned up testsAraq2015-02-121-21/+127
* indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-061-0/+22