https://issues.dlang.org/show_bug.cgi?id=24573
--- Comment #1 from basile-z <[email protected]> --- The error message is > Error: undefined identifier `T` It's probable that IFTI actually works but when the time comes to run the semantics of `m.Tuple!T`, the scope used is wrong. --
