HomeManualTopicsTypesSymbols

std_types::generic_list/std::zip

zip (merge) two collections

Parameters

left
the first list
right
the second list

Results

None

Description

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.

Implements

std::zip zip (merge) two collections