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