Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Empty ¶
type Empty struct{}
type String ¶
sets.String is a set of strings, implemented via map[string]struct{} for minimal memory consumption.
func NewString ¶
NewString creates a String from a list of values.
func (String) Delete ¶
Delete removes all items from the set.
func (String) Has ¶
Has returns true if and only if item is contained in the set.
func (String) HasAll ¶
HasAll returns true if and only if all items are contained in the set.
func (String) InsertSet ¶
InsertSet inserts all items from sets into s.
Click to show internal directories.
Click to hide internal directories.