dxx-rebirth/common/unittest
Kp 1aab6ace2a Extend zip() to examine multiple end iterators
Allow the caller to pick which sequences can terminate the zip iterator.
For compatibility and performance, default to the historical behavior of
examining only the first sequence.  The zip iteration terminates when
any of the examined sequences reaches its end, even if other sequences
have not reached their respective end.
2022-12-31 16:21:47 +00:00
..
enumerate.cpp Make enumerate() default to std::size_t for index_type 2022-10-09 23:15:20 +00:00
partial_range.cpp
serial.cpp
valptridx-range.cpp
xrange.cpp Replace range_owns_iterated_storage with ranges::borrowed_range 2022-12-31 16:21:47 +00:00
zip.cpp Extend zip() to examine multiple end iterators 2022-12-31 16:21:47 +00:00