Files
Nim/lib/pure/collections
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
..
2016-03-31 16:49:56 +02:00
2020-10-11 20:43:44 +02:00
2019-11-12 15:05:36 +01:00
2019-09-21 06:43:37 +02:00
2020-10-30 16:00:37 +01:00
2020-11-13 08:11:00 +01:00