pub const fn max_u128(a: u128, b: u128) -> u128
Compares and returns the maximum of two u128 values.
u128