https://issues.dlang.org/show_bug.cgi?id=22193
--- Comment #1 from João Lourenço <[email protected]> --- Adding a workaround that involves creating a new alias: ``` struct Foo(FooT) if (is(FooT == F!T, alias F = .FooT, T)) {} ``` --
d-bugmail--- via Digitalmars-d-bugs Thu, 12 Aug 2021 07:36:19 -0700
https://issues.dlang.org/show_bug.cgi?id=22193
--- Comment #1 from João Lourenço <[email protected]> --- Adding a workaround that involves creating a new alias: ``` struct Foo(FooT) if (is(FooT == F!T, alias F = .FooT, T)) {} ``` --