pub const fn new_non_zero_i128(value: i128) -> NonZeroI128
Expand description

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