First life-signs of type functions

Seb seb at wilzba.ch
Thu May 28 00:04:54 UTC 2020


On Wednesday, 27 May 2020 at 12:56:32 UTC, Stefan Koch wrote:
> On Tuesday, 19 May 2020 at 14:48:31 UTC, Stefan Koch wrote:
>> [...]
>
> This test now works with the GREEN branch
> auto getUDAs(alias T)
> {
>     return __traits(getAttributes, T);
>     pragma(msg, typeof(return));
> }
>
> [...]

Nice! I guess it's slowly becoming time to write that DIP ;-)


More information about the Digitalmars-d mailing list