NSArray<T> typedef

NSArray<T> = List<T>

Implementation

typedef NSArray<T> = List<T>;