ClojureDocs

Nav

Namespaces

unchecked-add

clojure.core

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