package report // StringSet is a sorted set of unique strings. Clients must use the Add // method to add strings. type StringSet []string // IDList is a list of string IDs, which are always sorted and unique. type IDList StringSet