pub const fn eq_option_u128(left: Option<u128>, right: Option<u128>) -> bool
Compares two Option<u128> for equality.
Option<u128>