node_kind_by_msb

Function node_kind_by_msb 

Source
pub fn node_kind_by_msb(node: &Node) -> NodeKind
Expand description

Get the node kind, according to a most-significant bit labeling scheme.

If the MSB is true, it’s a leaf. If the node is empty, it’s a TERMINATOR. Otherwise, it’s an internal node.