pub const fn new_non_zero_u64(value: u64) -> NonZeroU64
Expand description

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