Skip to main content

cmp

Function cmp 

Source
pub fn cmp(a: &Nibbles, b: &Nibbles) -> Ordering
Available on crate feature trie only.
Expand description

Compares two Nibbles in depth-first order.

See reth_trie_common::depth_first_cmp for details.