Function konst::slice::cmp_option_bytes
source ยท pub const fn cmp_option_bytes<'a>(
left: Option<&'a [u8]>,
right: Option<&'a [u8]>,
) -> Ordering
Expand description
Compares two Option<&'a [u8]>
, returning the ordering of left
relative to right
.