IntList typedef

IntList = List<int>

Implementation

typedef IntList = List<int>;