I recently saw the following line of code:

enum size = __traits(classInstanceSize, Foo);

Why "enum"? Is this the equivalent of "immutable auto" or something?

Mike

Reply via email to