pub const fn new_non_zero_i8(value: i8) -> NonZeroI8
Expand description

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