[Issue 17046] New: std.algorithm.iteration.splitter should work with mere ForwardRanges

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Dec 30 13:05:39 PST 2016


https://issues.dlang.org/show_bug.cgi?id=17046

          Issue ID: 17046
           Summary: std.algorithm.iteration.splitter should work with mere
                    ForwardRanges
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: greeenify at gmail.com

If the range can be saved, a look-ahead in the future is possible without
random access.

Moreover, `popFront` can use popFrontN and `front` take

--


More information about the Digitalmars-d-bugs mailing list