unchecked-inc-int

function/macrosince v0.0-1798 clojure.core/unchecked-inc-intEdit
(unchecked-inc-int x)

Function code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn unchecked-inc-int [x]
  (cljs.core/unchecked-inc-int x))

Macro code @ clojurescript:src/main/clojure/cljs/core.cljc
(core/defmacro ^::ana/numeric unchecked-inc-int
  ([x] `(inc ~x)))