pub fn node_kind_by_msb(node: &Node) -> NodeKindExpand 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.
pub fn node_kind_by_msb(node: &Node) -> NodeKindGet 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.