pub const fn new_non_zero_i64(value: i64) -> NonZeroI64
Expand description

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