Hi i need to make a VectorIterator, so i need to accept a Vector with any type. I am currently trying to define the type as * like so:
var collection:Vector.<
I believe you can refer to an untyped Vector by just calling it Vector (no .<>)
Vector
.<>