summary refs log tree commit diff stats
path: root/tests/collections/tsets.nim
Commit message (Collapse)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
| | | | | Previously, the added tests would fail to compile with errors complaining that 'hash(float)' didn't exist
* moved tsets test to collections/Simon Hafner2014-02-121-0/+17