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