digitalmars.D.learn - partial application for templates
- Mengu (1/1) Dec 25 2017 is partially applying templates possible?
- MrSmith (3/4) Dec 25 2017 template A(X, Y, Z) {}
- David Nadlinger (3/4) Dec 25 2017 Check out std.meta.Apply{Left, Right}.
- Mengu (3/7) Dec 26 2017 thanks a lot mr. smith & david.
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);
Dec 25 2017
On Monday, 25 December 2017 at 20:39:52 UTC, Mengu wrote:is partially applying templates possible?Check out std.meta.Apply{Left, Right}. — David
Dec 25 2017
On Monday, 25 December 2017 at 22:58:50 UTC, David Nadlinger wrote:On Monday, 25 December 2017 at 20:39:52 UTC, Mengu wrote:thanks a lot mr. smith & david.is partially applying templates possible?Check out std.meta.Apply{Left, Right}. — David
Dec 26 2017