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
partial_range.cpp
serial.cpp
valptridx-range.cpp
xrange.cpp
zip.cpp Extend zip() to examine multiple end iterators 2022-12-31 16:21:47 +00:00