ClojureDocs

导航

命名空间

unchecked-add-int

clojure.core

自 1.0 起可用 (源代码)
  • (unchecked-add-int x y)
Returns the sum of x and y, both int.
Note - uses a primitive operator subject to overflow.