Function keyvalint::compare_key

source ·
pub fn compare_key(
    key_lhs: &[u8],
    timestamp_lhs: u64,
    key_rhs: &[u8],
    timestamp_rhs: u64
) -> Ordering
Expand description

Compare the keys lexicograhically.