15.11.08 в 01:47 Frits van Bommel в своём письме писал(а):

Denis Koroskin wrote:
Am I doing something wrong?

As was mentioned, 'm' is just a local variable once inside the loop. This works though:
-----
foreach (i, m; this.tupleof) {
     writefln(this.tupleof[i].offsetof);
}
-----

Ah, you are right. I knew I made a mistake somewhere! Thank you.

Reply via email to