Andrew Spott:

If I want to use external variables, do I have to do something like:

int a = 1;
reduce!((int c, int d) => d - c - a)(R);

instead?

Right.

Bye,
bearophile

Reply via email to