collection 1.1.0 collection: ^1.1.0 copied to clipboard
Collections and utilities functions and classes related to collections.
1.1.0 #
- Add a
QueueList
class that implements bothQueue
andList
.
0.9.4 #
- Add a
CanonicalizedMap
class that canonicalizes its keys to provide a custom equality relation.
0.9.3+1 #
- Fix all analyzer hints.
0.9.3 #
-
Add a
MapKeySet
class that exposes an unmodifiableSet
view of aMap
's keys. -
Add a
MapValueSet
class that takes a function from values to keys and uses it to expose aSet
view of aMap
's values.