Files
Nim/lib/std
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
..
2020-04-03 09:03:13 +02:00
2020-03-31 15:47:57 +02:00
2020-09-22 13:08:36 +02:00
2020-11-10 21:53:25 +01:00
2019-10-22 17:59:12 -07:00
2020-10-29 17:54:28 +01:00