Skip to main content

vec

functionv1.0

clojure.core/vec

Available in:BBCLJCLJS
(vec [coll])
Creates a new vector containing the contents of coll. Java arrays will be aliased and should not be modified.

No examples yet. Be the first to add one!