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.<
var collection:Vector. = new Vector.()
maybe? But i'm just speculating, haven't tried it.