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