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 ;-)