ClojureDocs

Nav

Namespaces

vec

clojure.core

Available since 1.0 (source)
  • (vec coll)
Creates a new vector containing the contents of coll. Java arrays
will be aliased and should not be modified.