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