Public Vars

Back

unchecked-add (clj)

(source)

function

(unchecked-add x y)
Returns the sum of x and y, both long. Note - uses a primitive operator subject to overflow.

Examples