Skip to content

Commit

Permalink
Make IntSet a generic ordinal set OrdSet[A] (#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 Nov 13, 2020
1 parent a9bd4c4 commit c39fa0d
Show file tree
Hide file tree
Showing 4 changed files with 873 additions and 752 deletions.
Loading

0 comments on commit c39fa0d

Please sign in to comment.