StringList typedef

StringList = List<String>

Defines a type for a list of strings.

Implementation

typedef StringList = List<String>;