dmd v.163 foreach question: int[] is not an array of int[]
clayasaurus
clayasaurus at gmail.com
Wed Jul 19 23:37:21 PDT 2006
Lionello Lunesu wrote:
> If bob[k] is an int[], then the foreach is iterating int's, not int[]'s. You
> probably meant foreach( int b; bob[k]).
>
> L.
Thanks!
~ Clay
More information about the Digitalmars-d-learn
mailing list