make-vector

make-vector is a built-in function in `C source code'.

(make-vector LENGTH INIT)

Return a newly created vector of length LENGTH, with each element being INIT.
See also the function `vector'.