zip (merge) two collections
None
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_types::generic_list | zip (merge) two collections |