ClojureDocs

导航

命名空间

unchecked-multiply-int

clojure.core

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