Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type String ¶
type String map[string]struct{}
func (String) ConditionalHas ¶
ConditionalHas returns true if and only if there is any item 'source' in the set that satisfies the conditionFunc wrt 'item'.
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.
Click to show internal directories.
Click to hide internal directories.