Function konst::slice::cmp::cmp_option_slice_bytes

source ยท
pub const fn cmp_option_slice_bytes<'a, 'b>(
    left: Option<&'a [&'b [u8]]>,
    right: Option<&'a [&'b [u8]]>,
) -> Ordering
Expand description

Compares two Option<&'a [&'b [u8]]>, returning the ordering of left relative to right.