Documentation
¶
Overview ¶
Package set for unique collection of strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
Set objects are collections of strings. A value in the Set may only occur once, it is unique in the Set's collection.
func (*Set) Add ¶
Add appends a new element with the given value to the Set object. It returns an error if the value already in set.
Click to show internal directories.
Click to hide internal directories.