(int x)
Coerces x to an integer by stripping decimal places.
x
Coerce to int.
(defn int [x] (bit-or x 0))
(core/defmacro int [x] (core/list 'js* "(~{} | 0)" x))