chickadee » scheme » vector

vector obj ...procedure

Returns a newly allocated vector whose elements contain the given arguments. Analogous to list.

(vector 'a 'b 'c)                       ===>  #(a b c)