goldsborough / vector

A pure C vector implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no append method for the vector

opened this issue · comments

I'd like to confirm the understanding of the project is that, there is no implements for appending the vector data just like in STL, such as: vector1.insert(vector1.end(),vector2.begin(),vector2.end()).

Please tell me whether my understanding is true or false. If it is false, could you please give an example for the implementation of my requirement?