zip (merge) two collections
None
All odd numbered items are taken from the first collection; all even numbered items from the second collection.
If a collection runs out of items the remaining items of the other collection are simply appended.
std::zip | zip (merge) two collections |