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