unchecked-divide-int

added
1.0

ns
clojure.core

type
function

(unchecked-divide-int x y)

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