blob: d5749b3a22e6922c4b8b2468b5904d52e329e3ce (
plain) (
blame)
1
2
3
4
5
6
|
collections_extended is a pure Python module with no dependencies
providing extra collections. The new collections include bags AKA
multisets, setlists AKA unique lists or ordered sets, a bijection,
a RangeMap which is a mapping from ranges to values, and an IndexedDict
class. There are also frozen (hashable) varieties of bags and
setlists.
|