StringList typedef

StringList = List<String>

Implementation

typedef StringList = List<String>;