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