ClojureDocs

Nav

Namespaces

vector

clojure.core

Available since 1.0 (source)
  • (vector)
  • (vector a)
  • (vector a b)
  • (vector a b c)
  • (vector a b c d)
  • (vector a b c d e)
  • (vector a b c d e f)
  • (vector a b c d e f & args)
Creates a new vector containing the args.