DMD 2.045 int main(string[] args) { int[int] f; struct S { int t; } S w; if ( w.t !in f ) {} return 0; } --- $ rdmd inexpr.d inexpr.d(6): template argument expected following !
*** This issue has been marked as a duplicate of issue 5785 ***