Skip to content

Commit

Permalink
Make IntSet a generic ordinal set OrdSet[A] (nim-lang#15564)
Browse files Browse the repository at this point in the history
* 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
landerlo authored and mildred committed Jan 11, 2021
1 parent 8cdc5a1 commit 2c98da7
Show file tree
Hide file tree
Showing 4 changed files with 873 additions and 752 deletions.

0 comments on commit 2c98da7

Please sign in to comment.