summary refs log tree commit diff stats
path: root/tests/table/ptables.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixed minor bugs; cleaned up testsAraq2015-02-121-137/+0
|
* Fixed `==` for PTables, added test.Felix Krause2014-06-271-0/+9
|
* Added support for ref type hash tables.Reimer Behrends2014-05-041-0/+128
This reuses the hash table implementation for objects (and the associated tests). For efficiency reasons, iterator implementations are currently adapted rather than calling the TTable code.