compare_key

Function 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.