DMD 0.148 - regular expressions
Walter Bright
newshound at digitalmars.com
Fri Mar 3 18:13:25 PST 2006
"Chris Sauls" <ibisbasenji at gmail.com> wrote in message
news:du8kgk$tem$1 at digitaldaemon.com...
> I hadn't even thought of that yet... and I love it! A server project of
> mine uses the 'in' operator quite a bit, and I've always been annoyed with
> predeclaring variables and whatnot. Now I won't have that issue, so long
> as Walter does the Right Thing (TM) and leaves this in.
It'll stay in, but it'll be in the form:
if (auto p = key in AA)
as just about everyone seemed to prefer that syntax.
More information about the Digitalmars-d
mailing list