Michael Lazzaro asked:

So how could we say "take 2 elements from @a, stepping 10 indices at a time, plus one from @b"?
I think it's overreaching to try and fold this into C<zip>.
I'd suggest that hyperslicing @a within a C<zip> will probably
take care of that (presumably uncommon) case.

Damian

Reply via email to