Function i64

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

Returns the integer square root of any nonnegative i64 input.

ยงSafety

This results in undefined behavior when the input is negative.