Sets all the elements of the vector to those in the specified variadic
array. Note that if the given list of elements is shorter than the
vector's size, only the first elements.length elements will be set,
and if the list of elements is larger than the vector's size, any extra
elements will be ignored.
Sets all the elements of the vector to those in the specified variadic array. Note that if the given list of elements is shorter than the vector's size, only the first elements.length elements will be set, and if the list of elements is larger than the vector's size, any extra elements will be ignored.