pub const fn cmp_option_u32(left: Option<u32>, right: Option<u32>) -> Ordering
Compares two Option<u32>, returning the ordering of left relative to right.
Option<u32>
left
right