ClojureDocs

导航

命名空间

unchecked-divide-int

clojure.core

从 1.0 起提供 (源代码)
  • (unchecked-divide-int x y)
Returns the division of x by y, both int.
Note - uses a primitive operator subject to truncation.