Documentation
¶
Index ¶
- type StringSet
- func (s *StringSet) Add(items ...string)
- func (s *StringSet) Clear()
- func (s *StringSet) Clone() *StringSet
- func (s *StringSet) Complement(others ...StringSet)
- func (s StringSet) Contains(items ...string) bool
- func (s *StringSet) Delete(items ...string)
- func (s *StringSet) Items() (res []string)
- func (s *StringSet) Size() int
- func (s *StringSet) Union(others ...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 (*StringSet) Complement ¶
Click to show internal directories.
Click to hide internal directories.