pub fn cmp(a: &Nibbles, b: &Nibbles) -> OrderingAvailable on crate feature
trie only.Expand description
Compares two Nibbles in depth-first order.
See reth_trie_common::depth_first_cmp for details.
pub fn cmp(a: &Nibbles, b: &Nibbles) -> Orderingtrie only.Compares two Nibbles in depth-first order.
See reth_trie_common::depth_first_cmp for details.