"Andrei Alexandrescu" <[email protected]> wrote in message 
news:[email protected]...
>I hate I must ask this:
>
> int[string] aa;
> foreach (k; aa.byKey) { ... }
>
> or
>
> int[string] aa;
> foreach (k; aa.byKey()) { ... }
>

Property. It's not an action, you're just accessing a particular interface 
of aa.


Reply via email to