Public Vars

Back

vector (clj)

(source)

function

(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.

Examples