ClojureDocs

导航

命名空间

vector

clojure.core

自 1.0 起提供 (源代码)
  • (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.