(int x)
Coerces x to an integer by stripping decimal places.
x
Coerce to int by stripping decimal places.
(defn int [x] (bit-or x 0))
(core/defmacro ^::ana/numeric int [x] `(bit-or ~x 0))