Module map

Source
Expand description

provides a map data structure implemented using a bk tree

Structsยง

BKTreeMap
a tree for quickly finding items separated by a small discrete distance
CloseKeyIter
iterator over keys close to some key
CloseMapIter
iterator over mappings close to some key
CloseValIter
iterator over values with keys close to some key
IntoKeysIter
iterator over the keys in the tree
IntoValsIter
iterator over the keys in the tree
KeyIter
iterator over the keys in the tree
MapIntoIter
iterator over the mappings in the tree
MapIter
iterator over the mappings in the tree
MapIterMut
iterator over the mappings in the tree
ValIter
iterator over the values in the tree
ValIterMut
iterator over the values in the tree