Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Vector methods correspond almost exactly to Array methods, substituting the type parameter (T) wherever elements are concerned—where Array would use *. This makes it easy to switch over code that uses Arrays. Without covering every method, let's look at those that are a bit tricky.
concat(... args):Vector.<T> push(... args):uint