Function konst::other::cmp::cmp_option_ordering

source ยท
pub const fn cmp_option_ordering(
    left: Option<Ordering>,
    right: Option<Ordering>,
) -> Ordering
Expand description

Compares two Option<Ordering>, returning the ordering of left relative to right.