user=> (cast Integer 1) 1
(defn cast "Throws a ClassCastException if x is not a c, else returns x." {:added "1.0" :static true} [^Class c x] (. c (cast x)))
Comments top
No comments for cast. Log in to add a comment.