Module set

Source
Expand description

provides a set data structure implemented using a bk tree

Structsยง

BKTreeSet
a set for quickly finding items separated by a small discrete distance, implemented as a thin wrapper over BKTreeMap
CloseSetIter
iterator over the items close to some key
DrainSetIter
draining iterator over the set
SetIntoIter
iterator over the items in the tree
SetIter
iterator over the items in the tree