Just like a standard alias, as opposed to only "Identifier". Right now: AliasThisDeclaration: alias Identifier this Request: AliasThisDeclaration: alias Identifier this alias BasicType this See also: https://d.puremagic.com/issues/show_bug.cgi?id=8735 For example: struct Foo { int test(string op)() { return 0; } alias test!"*" this; }
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/18714 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB