ClojureDocs

Nav

Namespaces

unchecked-add-int

clojure.core

Available since 1.0 (source)
  • (unchecked-add-int x y)
Returns the sum of x and y, both int.
Note - uses a primitive operator subject to overflow.