Function const_cmp::primitive::cmp_option_i32[][src]

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

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