unchecked-inc

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

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

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