On Wednesday, 24 April 2019 at 17:22:42 UTC, Andrey wrote:
alias Qwerty = Alias!(mixin("AliasSeq!(" ~ args ~ ");")); }
the inner ; is inappropriate there fixing that might help
Adam D. Ruppe via Digitalmars-d-learn Wed, 24 Apr 2019 10:36:16 -0700
On Wednesday, 24 April 2019 at 17:22:42 UTC, Andrey wrote:
alias Qwerty = Alias!(mixin("AliasSeq!(" ~ args ~ ");")); }
the inner ; is inappropriate there fixing that might help