powered by
The vectors in the y list will be inserted at positions respectively *after* the x[position] element of x
insert(x, y, position)
A vector to be inserted into
A vector or list of vectors to insert into x
The position / vector of positions to insert vector(s) y in vector x
The combined vector