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)) ?
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)) ?