Documentation
¶
Overview ¶
Package set provides set data structures.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Strings ¶
type Strings map[string]struct{}
Strings is a set of strings.
func NewStrings ¶
NewStrings constructs Strings with given strs.
Click to show internal directories.
Click to hide internal directories.