Function konst::slice::cmp::cmp_option_slice_str

source ยท
pub const fn cmp_option_slice_str<'a, 'b>(
    left: Option<&'a [&'b str]>,
    right: Option<&'a [&'b str]>,
) -> Ordering
Expand description

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