vector.insert

struct vector(T, Alloc)
version(CppRuntime_Microsoft)
extern (D)
void
insert
(
size_t offset
,
T[] array
)

Meta