pub const MAX: u8 = u8::MAX; // 255u8👎Deprecated since 1.99.0:
replaced by the MAX associated constant on this type
pub const MAX: u8 = u8::MAX; // 255u8replaced by the MAX associated constant on this type