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

--- Comment #1 from [email protected] ---
Optionally the a+b could be the default operation, like in C++:

[10, 20, 30, 40].foldRange(0)
==>
[0, 10, 30, 60, 100]

--

Reply via email to