(defn unchecked-short "Coerce to short. Subject to rounding or truncation." {:inline (fn [x] `(. clojure.lang.RT (uncheckedShortCast ~x))) :added "1.3"} [^Number x] (clojure.lang.RT/uncheckedShortCast x))
Comments top
No comments for unchecked-short. Log in to add a comment.