ClojureDocs

导航

命名空间

unchecked-remainder-int

clojure.core

1.0 开始可用 (源代码)
  • (unchecked-remainder-int x y)
Returns the remainder of division of x by y, both int.
Note - uses a primitive operator subject to truncation.