Documentation
¶
Index ¶
- type Set
- func (s Set) Add(x Set) Set
- func (s Set) Chan() <-chan string
- func (s Set) Copy() Set
- func (s Set) Delete(elem string) Set
- func (s Set) Filter(pred func(string) bool) Set
- func (s Set) Have(v string) bool
- func (s Set) Intersect(x Set) Set
- func (s Set) Map(op func(string) string) Set
- func (s Set) MarshalJSON() ([]byte, error)
- func (s Set) New() Set
- func (s Set) Slice() []string
- func (s Set) Sub(x Set) Set
- func (s *Set) UnmarshalJSON(p []byte) error
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.