vector<T> typedef

vector<T> = List<T>

Implementation

typedef vector<T> = List<T>;