On 07/31/2013 10:58 AM, Andrej Mitrovic wrote:
On 7/31/13, Andrej Mitrovic <[email protected]> wrote:
Can it? I've tried alternatively with opApply but it's problematic to
support both ref/non-ref argument versions.

Ajh nevermind there's no issue with ref-ness, I just had a bug in my
code. So this is easily implementable with opApply but I'm not sure
how it can be done with a range type.


Once the element type is a tuple, 'tuple foreach' will expand them.

    foreach (x, y, z, w; /* a range that returns tuple of four */)

Ali

Reply via email to