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
