HomeManualTopicsTypesSymbols

std::zip

zip (merge) two collections

Parameters

None

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.

Implemented by

std_types::generic_list zip (merge) two collections