[Webkit-unassigned] [Bug 251319] New: Add iterator adaptor for iterating a set of set of iterators all at once (aka WTF::zippered)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 28 08:44:22 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251319

            Bug ID: 251319
           Summary: Add iterator adaptor for iterating a set of set of
                    iterators all at once (aka WTF::zippered)
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

We should add WTF iterator adaptor to implement the zippering pattern common in other languages and coming one day to c++ via ranges' zip_view and friends (https://en.cppreference.com/w/cpp/ranges/zip_view). It will be a while until we can use ranges, but we don't need to wait for some of the simpler bits.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230128/0db9bfcc/attachment.htm>


More information about the webkit-unassigned mailing list