StringSeq typedef

StringSeq = List<String>

A sequence of strings.

Implementation

typedef StringSeq = List<String>;