itertools::zip
itertools::product
#include <itertools.hpp>
Synopsis
template<typename T, typename L> auto zip_with (T &&… ranges, L && lambda)
Generate a zip of the ranges (similar to Python zip).
DOC TO BE WRITTEN.
R Type of the ranges L Type of the Lambda
ranges lambda