ericniebler / range-v3

Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.05k stars 437 forks source link

Added adjacent_view and views::adjacent #1790

Open 8ightfold opened 1 year ago

8ightfold commented 1 year ago

I noticed the templated version of sliding_view found in C++23 was missing, so I added it. Implements compile time sized sliding, which returns a tuple.