pub const fn cmp_option_slice_bytes<'a, 'b>( left: Option<&'a [&'b [u8]]>, right: Option<&'a [&'b [u8]]>, ) -> Ordering
Compares two Option<&'a [&'b [u8]]>, returning the ordering of left relative to right.
Option<&'a [&'b [u8]]>
left
right