Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make IntSet a generic ordinal set OrdSet[A] (nim-lang#15564)
* 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
- Loading branch information