Skip to main content

vec

functionv1.7

cljs.core/vec

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

No examples yet. Be the first to add one!