ClojureDocs

导航

命名空间

unchecked-subtract-int

clojure.core

1.0 版起提供 (源代码)
  • (unchecked-subtract-int x y)
Returns the difference of x and y, both int.
Note - uses a primitive operator subject to overflow.