Multidimensional foreach

Simen kjaeraas simen.kjaras at gmail.com
Thu Dec 17 14:49:49 PST 2009


I have a function that returns an N-dimensional array, where N is a
template parameter. Now I want to run a foreach loop through each
element of this array. Is there a known and tested way to do this,
or should I write my own templates to do it?

-- 
Simen


More information about the Digitalmars-d-learn mailing list