pub(super) const unsafe fn i8(n: i8) -> i8
Returns the integer square root of any nonnegative i8 input.
i8
This results in undefined behavior when the input is negative.