IntList typedef

IntList = List<int>

Defines a type for a list of integers.

Implementation

typedef IntList = List<int>;