unchecked-int

functionsince v0.0-1798 clojure.core/unchecked-intEdit
(unchecked-int x)

Source docstring:
Coerce to int by stripping decimal places.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn unchecked-int
  [x]
  (fix x))