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