pub const fn new_non_zero_u32(value: u32) -> NonZeroU32
Expand description

Similar to NonZeroU32::new_unchecked() but checks are made when compiling with debug assertions.