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: [email protected]
Reporter: [email protected]
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
--
