Function i8

Source
pub(super) const unsafe fn i8(n: i8) -> i8
Expand description

Returns the integer square root of any nonnegative i8 input.

ยงSafety

This results in undefined behavior when the input is negative.