#include <kumi/functional/indexable.hpp>
Callable object creating the index sequence corresponding to the zip operation.
#include <kumi/functional/indexable.hpp>
template<typename Count, typename Size>
consteval auto zipper(Count c, Size s)
noexcept;
struct kumi::function::zip_t zipper
Callable object creating the index sequence corresponding to the zip operation.
- c: Number of values per zip slice
- s: Size of the input domain
A kumi::projection_map storing offsets from the input paired with the number of elements to generate per zip element