On 14 January 2014 19:22, Dicebot <public@dicebot.lv> wrote:
I also think proposed syntax does not give any advantage, not worth any language change. If there are any optimization issues with std.algorithm those must be fixed instead. Idiomatic D is all about ranges so such use case must be as efficient a possible.

Perhaps __forceinline in the future may create some opportunities to do these things without creating a crap load of superfluous function calls.