This modules provides an implementation of hash table.
Methods here can be categorized to map methods and set methods.
newMap
newMapWith
fromIterable
fromIterableWith
len
isEmpty
get
contains
entries
keys
values
hasher
insert
remove
reserve
shrinkTo
shrinkToFit
newSet
newSetWith
setFromIterable
setFromIterableWith
items
isDisjoint
isSubset
isSuperset
push
pop
union
difference
symmetricDifference
intersection
Also most of map methods can be applied to Set<T>.
Set<T>
This modules provides an implementation of hash table.
Methods
Methods here can be categorized to map methods and set methods.
Map methods
newMapnewMapWithfromIterablefromIterableWithlenisEmptygetcontainsentrieskeysvalueshasherinsertremovereserveshrinkToshrinkToFitSet methods
newSetnewSetWithsetFromIterablesetFromIterableWithitemsisDisjointisSubsetisSupersetpushpopuniondifferencesymmetricDifferenceintersectionAlso most of map methods can be applied to
Set<T>.