On Tue, 17 Jan 2012 07:48:26 +0100, Andrei Alexandrescu <[email protected]> wrote:

I hate I must ask this:

int[string] aa;
foreach (k; aa.byKey) { ... }

or

int[string] aa;
foreach (k; aa.byKey()) { ... }



Thanks,

Andrei "I told you" Alexandrescu

Property.

Reply via email to