On Sunday, 1 July 2018 at 13:01:20 UTC, Timoses wrote:

Aw, okay, then that won't work.

Still, this looks like it should work:

void foo(F, T)(T param) { writeln("Called with type: ", T.stringof); }
    alias tfoo = ApplyLeft!(foo, int);

    tfoo!string("hi");
    // tfoo("hi"); // Error

https://issues.dlang.org/show_bug.cgi?id=9365

Reply via email to