Wishlist for D

Jack Stouffer via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 12 15:47:44 PST 2015


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


More information about the Digitalmars-d mailing list