pub const MIN: u128 = u128::MIN; // 0u128
👎 Deprecating in a future Rust version:
replaced by the MIN
associated constant on this type
pub const MIN: u128 = u128::MIN; // 0u128
replaced by the MIN
associated constant on this type