On Saturday, 12 December 2015 at 19:55:27 UTC, Charles Hixson wrote:
Now I'll occasionally use it, but I so often need to
iterate over multiple arrays that I use indexing much more often

Why not use foreach(ref a, ref b, ref c; lockstep(array1, array2, array3)) ?

Reply via email to