Files
Ivan Krysak 02978910b0 STLExtras: introduce zip_pairs skip flavour
I found that it leads to better looking code when the check of whether
the range in question even has enough elements to skip is inside
the helper.

As such a separate type of skip entry point was introduced: one that
allows to iterate over the container pairwise

Now, instead of asserting, the loop just does nothing in cases like
```cpp
for (const auto &Element : zip_pairs(make_empty_range())
  do_stuff();
```
2023-05-25 06:25:07 +00:00
..
2023-05-17 14:08:04 +02:00
2023-03-15 10:19:03 +01:00
2023-05-11 10:05:32 +02:00
2023-05-11 10:05:32 +02:00
2022-12-09 10:11:27 +01:00