Documentation
¶
Index ¶
- type Set
- func (set Set) Add(x Set) Set
- func (set Set) AddSlice(x []string) Set
- func (set Set) Copy() Set
- func (set Set) Delete(item string) Set
- func (set Set) In(item string) bool
- func (set Set) Items() []string
- func (set Set) Len() int
- func (set Set) MarshalJSON() ([]byte, error)
- func (set Set) Put(item string) Set
- func (set Set) Sub(x Set) Set
- func (set Set) SubSlice(x []string) Set
- func (set *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.