Expand description
provides a map data structure implemented using a bk tree
Structsยง
- BKTree
Map - a tree for quickly finding items separated by a small discrete distance
- Close
KeyIter - iterator over keys close to some key
- Close
MapIter - iterator over mappings close to some key
- Close
ValIter - iterator over values with keys close to some key
- Into
Keys Iter - iterator over the keys in the tree
- Into
Vals Iter - iterator over the keys in the tree
- KeyIter
- iterator over the keys in the tree
- MapInto
Iter - iterator over the mappings in the tree
- MapIter
- iterator over the mappings in the tree
- MapIter
Mut - iterator over the mappings in the tree
- ValIter
- iterator over the values in the tree
- ValIter
Mut - iterator over the values in the tree