I have a vector of size 20 and a second size of 5. I want to replace elements 11-15 with the first vector with the second vector. I can do this by removing these elements from the first vector and inserting the second vector. Is there any other way to do this, possibly using an assignment?
source share