Function konst::slice::cmp::cmp_option_slice_bytes[][src]

pub const fn cmp_option_slice_bytes<'a, 'b>(
    left: Option<&'a [&'b [u8]]>,
    right: Option<&'a [&'b [u8]]>
) -> Ordering
This is supported on crate feature cmp only.
Expand description

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