pub fn missing_compare(
split_value: &u16,
cmp_value: u16,
missing_right: bool,
) -> OrderingExpand description
Function to compare a value to our split value. Our split value will never be missing (0), thus we don’t have to worry about that.