Array<T> typedef

Array<T> = List<T>

Implementation

typedef Array<T> = List<T>;