On Monday, 25 December 2017 at 20:39:52 UTC, Mengu wrote:
is partially applying templates possible?

template A(X, Y, Z) {}
alias B(X, Y) = A!(X, Y, int);

Reply via email to