Documentation ¶
Index ¶
- type StringSet
- func (ss *StringSet) Add(s string)
- func (ss *StringSet) AddAll(s []string)
- func (ss *StringSet) Contains(s string) bool
- func (ss *StringSet) ContainsAll(s []string) bool
- func (ss *StringSet) ContainsAny(s []string) bool
- func (ss *StringSet) Empty() bool
- func (ss *StringSet) Equal(second *StringSet) bool
- func (ss *StringSet) ToStrings() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringSet ¶
func NewStringSet ¶
func NewStringSet() *StringSet
func (*StringSet) ContainsAll ¶
func (*StringSet) ContainsAny ¶
Click to show internal directories.
Click to hide internal directories.