D idioms list

Muhavare via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Mar 8 22:27:21 PST 2016


For optimal AA lookup, this idiom is also nice if you only need 
the result for one line:

   if (auto found = key in AA)
     do_stuff (found);

http://idioms.in/


More information about the Digitalmars-d-announce mailing list