Module bitstring_trees::map[][src]

Expand description

map of bit strings prefixes to values

Structs

Inner node with two direct children.

Iterate over tree

Iterate over tree

Leaf nodes represent prefixes part of the set

RadixMap is a binary tree with path-shortening; leafs mark prefixes mapping to a value, inner nodes have no semantic meaning.

Enums

Nodes of a RadixMap can be either an InnerNode (with two children) or a leaf node.