Public Vars

Back

unchecked-inc-int (clj)

(source)

function

(unchecked-inc-int x)
Returns a number one greater than x, an int. Note - uses a primitive operator subject to overflow.

Examples