Function i32

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

Returns the integer square root of any nonnegative i32 input.

§Safety

This results in undefined behavior when the input is negative.