Do you use "zips" for combining containers? it looks like it's quite a common functionality in many programming languages, and recently it also joins C++ (with views::zip in C++23). #programming #cpp #algorithms
4
5
36
6K
2
@fenbf I’ll definitely plan to use range views more often, but for now C++23 is (unfortunately?) not an option. For those who are interested, I made an overview of all range views with runnable examples: hackingcpp.com/cpp/std/range_…