Module bitstring_trees::set[][src]

Expand description

set of bit strings prefixes

Structs

Inner node with two direrct children.

Iterate over tree

Iterate over tree

Leaf nodes represent prefixes part of the set

RadixSet is a binary tree with path-shortening; leafs mark prefixes included in the set, inner nodes have no semantic value.

Enums

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