Documentation ¶ Index ¶ type StringSet func NewStringSet(a ...string) StringSet func NewStringSetByArray(a []string) StringSet func (this StringSet) Add(n ...string) func (this StringSet) AddAll(n []string) func (this StringSet) AsArray() []string func (this StringSet) Contains(n string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type StringSet ¶ type StringSet map[string]struct{} func NewStringSet ¶ func NewStringSet(a ...string) StringSet func NewStringSetByArray ¶ func NewStringSetByArray(a []string) StringSet func (StringSet) Add ¶ func (this StringSet) Add(n ...string) func (StringSet) AddAll ¶ func (this StringSet) AddAll(n []string) func (StringSet) AsArray ¶ func (this StringSet) AsArray() []string func (StringSet) Contains ¶ func (this StringSet) Contains(n string) bool Source Files ¶ View all Source files stringset.go Click to show internal directories. Click to hide internal directories.