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);
MrSmith via Digitalmars-d-learn Mon, 25 Dec 2017 12:45:30 -0800
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);