itertools::zip_with
#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.
Template parameters
R Type of the ranges
L Type of the Lambda
Parameters
ranges
lambda