powered by
Insert an element in a vector
insert(v, e, i, replace)
Vector
Element to be inserted
Position where the element should be inserted
Should the elment at position i be replaced by e?