pub type NodeIdx = usize;
Node index used throughout the DME algorithm to reference nodes in the arena-allocated Tree.
Tree