konst::string

Function cmp_option_str

Source
pub const fn cmp_option_str<'a>(
    left: Option<&'a str>,
    right: Option<&'a str>,
) -> Ordering
Expand description

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