Module akd::node_label

source ·
Expand description

The representation for the label of a tree node.

Structs

The NodeLabel struct represents the label for a TreeNode. Since the label itself may have any number of zeros pre-pended, just using a native type, unless it is a bit-vector, wouldn’t work. Hence, we need a custom representation.

Functions

Hashes a label of type NodeLabel using the hash function provided by the generic type H.