Documentation ¶
Index ¶
- type StringSet
- func (ss *StringSet) Add(vals ...string) *StringSet
- func (ss *StringSet) Contains(other *StringSet) bool
- func (ss *StringSet) ContainsElement(val string) bool
- func (ss *StringSet) Equals(other *StringSet) bool
- func (ss *StringSet) List() []string
- func (ss *StringSet) Remove(vals ...string) *StringSet
- func (ss *StringSet) Subtract(other *StringSet) *StringSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringSet ¶
type StringSet struct {
// contains filtered or unexported fields
}
func NewStringSet ¶
func NewStringSet() *StringSet
func (*StringSet) ContainsElement ¶
Click to show internal directories.
Click to hide internal directories.