foreach (i, {x,y}; [tuple('a',`b`),tuple('c',`d`)])where i is size_t and x,y is char, string which is I think what you were proposing.
Vlad Levenfeld via Digitalmars-d Tue, 06 Jan 2015 08:25:47 -0800
foreach (i, {x,y}; [tuple('a',`b`),tuple('c',`d`)])where i is size_t and x,y is char, string which is I think what you were proposing.