IntSet typedef

IntSet = Set<int>

Defines a type for a set of booleans.

Implementation

typedef IntSet = Set<int>;