pub const MIN: i32 = i32::MIN; // -2_147_483_648i32
👎Deprecating in a future version: replaced by the
MIN
associated constant on this typeAvailable on crate feature
dep_bytemuck
only.pub const MIN: i32 = i32::MIN; // -2_147_483_648i32
MIN
associated constant on this typedep_bytemuck
only.