unchecked-remainder-int

added
1.0

ns
clojure.core

type
function

(unchecked-remainder-int x y)

Returns the remainder of division of x by y, both int.
Note - uses a primitive operator subject to truncation.