IntList typedef

IntList = List<int>

Type alias for a list of integers.

Implementation

typedef IntList = List<int>;