StringSet typedef

StringSet = Set<String>

Defines a type for a set of strings.

Implementation

typedef StringSet = Set<String>;