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