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