Function const_cmp::slice::cmp_option_slice_str[][src]

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

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