pub fn depth_first_cmp(a: &Nibbles, b: &Nibbles) -> OrderingExpand description
Compares two Nibbles in depth-first order.
In depth-first ordering:
- Descendants come before their ancestors (children before parents)
- Siblings are ordered lexicographically