Is there a way to specify a default type for a generic template?
Let\'s say I have a Monkey class. Monkeys can live in different Environment
Monkey
Environment
Why not just use the base class of the Generic? Monkey ?