summary refs log tree commit diff stats
path: root/tests/stdlib/tpackedsets.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make IntSet a generic ordinal set OrdSet[A] (#15564)landerlo2020-11-131-0/+259
* Make IntSet an ordinal set OrdSet[A: Ordinal] Backward compatibility with IntSet is maintained. IntSet is an alias for OrdSet[int] * move ordsets to new file, intsets exports it * ordset, move to lib/std folder * Fix `$` for ordsets and test cleanup * Fix ordsets compilation in doc example * Rename ordsets to packedsets