pub fn cmp(a: &Nibbles, b: &Nibbles) -> OrderingExpand description
Compares two Nibbles in depth-first order.
See reth_trie_common::depth_first_cmp for details.
pub fn cmp(a: &Nibbles, b: &Nibbles) -> OrderingCompares two Nibbles in depth-first order.
See reth_trie_common::depth_first_cmp for details.