On 1/24/12 2:53 PM, Steven Schveighoffer wrote:
On Sun, 22 Jan 2012 10:27:42 -0500, Andrei Alexandrescu
<[email protected]> wrote:

byKey is what, an adverb phrase, an adjective phrase? It can't name a
range which is a thing.

It has the implied verb "enumerate", "span". "Span hashtable by key".

Actually, it's for each (x) in (y) by key:

I'm thinking independently of foreach, e.g.

auto iter = aa.byKey/*()*/;

This should clarify that iter spans aa by key.


Andrei

Reply via email to