unchecked-long

functionsince v0.0-1798 clojure.core/unchecked-longEdit
(unchecked-long x)

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