Function const_cmp::other::cmp_option_ordering[][src]

pub const fn cmp_option_ordering(
    left: Option<Ordering>,
    right: Option<Ordering>
) -> Ordering

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