ClojureDocs

导航

命名空间

*unchecked-math*

clojure.core

自 1.3 起可用
    While bound to true, compilations of +, -, *, inc, dec and the
    coercions will be done without overflow checks. While bound
    to :warn-on-boxed, same behavior as true, and a warning is emitted
    when compilation uses boxed math. Default: false.