summary refs log tree commit diff stats
path: root/tests/collections/tsets.nim
Commit message (Expand)AuthorAgeFilesLines
* Modify hash for HashSet to use `xor` to mix hash of items.Lolo Iccl2018-05-091-4/+0
* Modify previous commit and add testsLolo Iccl2018-05-091-4/+52
* Added clear() function for OrderedSet and HashSet. (#5545)GrundleTrundle2017-03-161-0/+42
* Fix floats in tuples in HashSetsNycto2015-04-241-14/+34
* moved tsets test to collections/Simon Hafner2014-02-121-0/+17