IFTI needs to be updated if you accept tuples
Basile B.
b2.temp at gmx.com
Mon May 27 17:17:41 UTC 2024
things like
```d
void test(T,U,V)((T,U,V) tuv){}
```
need to work with
```d
test((0.1, 1, false)) // T= double, U = int, V = bool
```
just saying
More information about the Digitalmars-d
mailing list