new-vector: Create vectors matching a given length
Description
These functions construct vectors of given length, with attributes
specified via dots. Except for new_list() and new_bytes(), the
empty vectors are filled with typed missing values. This is in
contrast to the base function base::vector() which creates
zero-filled vectors.