SymbolSet typedef

SymbolSet = Set<String>

A symbol set that stores all symbols

Implementation

typedef SymbolSet = Set<String>;