Insert multiple non-copyable values to `std::vector`
Inserting N values to an std::vector
one-by-one is inefficient.
So, you can insert them all-at-once.
Inserting N values to an std::vector
one-by-one is inefficient.
So, you can insert them all-at-once.