enum scope

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 8 12:14:30 PDT 2014


On 2014-06-08 19:51, Walter Bright wrote:

> That use of with never occurred to me! It's cool.

It's very nice. I use it quite heavily in a project where I need to 
access enum members often. It's mostly useful when you need to access 
many enum members in the same scope.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list