StringList typedef

StringList = List<String>

Type alias for a list of strings.

Implementation

typedef StringList = List<String>;