Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken links in docs (#16336) | Elliot Waite | 2020-12-14 | 1 | -3/+3 |
| | | | | | * Fix broken links in docs * Fix rand HSlice links | ||||
* | packedsets fix regression introduced in #15564 (#16060) | Timothee Cour | 2020-11-20 | 1 | -8/+9 |
| | | | | | * packedsets fix regression introduced in #15564 * add tests | ||||
* | Make IntSet a generic ordinal set OrdSet[A] (#15564) | landerlo | 2020-11-13 | 1 | -0/+607 |
* 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 |