Files
Nim/lib
landerlo c39fa0d495 Make IntSet a generic ordinal set OrdSet[A] (#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
2020-11-13 14:12:51 +01:00
..
2017-02-20 17:24:19 +02:00
2020-11-10 21:53:25 +01:00
2019-07-14 16:08:15 +02:00
2020-09-09 12:47:22 +02:00
2013-03-16 23:53:07 +01:00
2020-10-26 10:36:12 +01:00