How do I define C++-like templates in AS3?; I have a map class (2d array) that I want to re-use across projects but the cell data is a different class depending on the project or implementation;
There are a bunch of other reasons regarding sharing code accross different implementations, but I'd hope for somthing like:
map = new MyMap<MyCell>();
Doesn't matter if it's Flash 10 only :-p
Cheers, Chris