As a follow up to

http://forum.dlang.org/thread/dndicafxfubzmndeh...@forum.dlang.org

I've begun implementing a new range, I currently call, SlidingSplitter at

https://github.com/nordlow/justd/blob/master/range_ex.d#L12

I would now very much like comment/reflections especially with regards to

- naming of range
- mutability (inout)
- and how to correct implement support for foreach which currently doesn't work - how to infer range-powers of SlidingSplitter from template parameter R
- and other possible range primitives I may have forgotten :)
- if enough people are interested I might try adding this to std.range

Destroy, please!

Reply via email to