Defined in File zip.hpp
Given N ranges, return a new range where the Mth element is a tuple of the Mth elements of all N ranges.
Unlike ranges::views::zip, iterators always dereference into tuples, not pairs. Other than that, they are both equivalent views.
ranges::views::zip