On Sat, 23 Feb 2013 22:53:20 -0500, Martin <[email protected]> wrote:

Okay maybe that wasn't the best example - but what I'm wondering is: Is there a way to do like a TestClass<?> globalInstances like in Java?

Aha!  This is java code :)

Note that Java generics are NOT templates. Java uses one instantiation of code for all generic code.

D is much different (and better IMO)

-Steve

Reply via email to