Public Vars

Back

unchecked-divide-int (clj)

(source)

function

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

Examples