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