Steven Schveighoffer wrote:
Haven't used D2 for much stuff, but does this work? I remember reading
something about partial IFTI, so if you have
opDotExp(string fname, T...) (T args){}
and you call
opDotExp!("b")(c, d, e)
Does it implicitly define T?
-Steve
It should, but there's a bug related to variadics (right now it only works with non-variadics); I submitted it recently.
Andrei
