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.
Option<i32>
left
right