IntSet typedef

IntSet = Set<int>

Type alias for a set of integers.

Implementation

typedef IntSet = Set<int>;