pub const fn new_non_zero_u16(value: u16) -> NonZeroU16
Expand description

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