Function std::intrinsics::unchecked_urem [] [src]

pub unsafe extern "rust-intrinsic" fn unchecked_urem<T>(x: T, y: T) -> T
Unstable

Returns the remainder of an unchecked signed division, which results in undefined behavior, in cases where y == 0, or x == int::MIN and y == -1