https://issues.dlang.org/show_bug.cgi?id=13269
--- Comment #4 from FeepingCreature <[email protected]> --- Note: it's actually not possible rn with `hasMember` to check if a *type* has a member without also (brokenly) checking if an expression of the type has the member. The only option is `__traits(compiles, Type.member)`. --
