On Tuesday, June 02, 2015 08:57:02 y via Digitalmars-d-learn wrote:
> hi,
>
> is there any reason that the
> auto reduce(S, R)(S seed, R r) if (isIterable!R);
> parameters are not the other way around?
>
> its kind of not very handy when you do large ufc stuff

Because it predates UFCS.

- Jonathan M Davis

Reply via email to