ArrayList<T> typedef

ArrayList<T> = Array<T>

Implementation

typedef ArrayList<T> = Array<T>;