Function konst::string::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
.