core.reflect vs c++ reflection

Stefan Koch uplink.coder at googlemail.com
Sun Sep 26 19:09:31 UTC 2021


On Sunday, 26 September 2021 at 19:03:24 UTC, Stefan Koch wrote:
> Good day,

>
>
> Please let know what you think.

Ugh typo.

>static immutable ed = cast(EnumDeclaration)nodeFromName(E);

is supposed to be:

`static immutable ed = cast(EnumDeclaration)nodeFromName("E");`


More information about the Digitalmars-d mailing list