(defn create-struct "Returns a structure basis object." {:added "1.0"} [& keys] (. clojure.lang.PersistentStructMap (createSlotMap keys)))
Comments top
No comments for create-struct. Log in to add a comment.