vconcat

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

(vconcat &rest SEQUENCES)

Concatenate all the arguments and make the result a vector.
The result is a vector whose elements are the elements of all the arguments.
Each argument may be a list, vector or string.