Documentation
¶
Index ¶
- type StringSet
- func (s *StringSet) Add(item string)
- func (s *StringSet) Clear()
- func (s *StringSet) Difference(other *StringSet) *StringSet
- func (s *StringSet) Has(item string) bool
- func (s *StringSet) Intersect(other *StringSet) *StringSet
- func (s *StringSet) IsEmpty() bool
- func (s *StringSet) Len() int
- func (s *StringSet) List() []string
- func (s *StringSet) Remove(item string)
- func (s *StringSet) Union(other *StringSet) *StringSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.