Documentation ¶
Index ¶
- type Set
- func (s *Set) Add(value string)
- func (s *Set) AddValues(values []string)
- func (s *Set) Has(value string) bool
- func (s *Set) IsEmpty() bool
- func (s *Set) Iter() map[string]struct{}
- func (s *Set) Remove(value string)
- func (s *Set) Size() int
- func (s *Set) Slice() []string
- func (s *Set) Values() []string
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.