Mixin templates is the way to go if you want something new on every use of the template. Otherwise using the template multiple times with the same arguments will always give you the first instance.
-- Marco
Marco Leise via Digitalmars-d-learn Fri, 05 Feb 2016 22:40:48 -0800
Mixin templates is the way to go if you want something new on every use of the template. Otherwise using the template multiple times with the same arguments will always give you the first instance.
-- Marco