Function konst::primitive::cmp::cmp_option_isize[][src]

pub const fn cmp_option_isize(
    left: Option<isize>,
    right: Option<isize>
) -> Ordering
This is supported on crate feature cmp only.
Expand description

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