Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringSet ¶
type StringSet struct {
// contains filtered or unexported fields
}
StringSet is a simple set of strings.
func (*StringSet) Has ¶
Has will check that all the given values exist in the set. False will be returned if any one value is missing.
Click to show internal directories.
Click to hide internal directories.