summary refs log tree commit diff stats
path: root/tests/table/ptables.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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.