Module bitstring_trees::map
[−]
[src]
map of bit strings prefixes to values
Structs
| InnerNode |
Inner node with two direct children. |
| Iter |
Iterate over tree |
| IterFull |
Iterate over tree |
| Leaf |
Leaf nodes represent prefixes part of the set |
| RadixMap |
|
Enums
| Node |
Nodes of a RadixMap can be either an InnerNode (with two children) or a leaf node. |