Documentation ¶
Overview ¶
Package stringset implements a basic set of strings
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
Data represent a set of strings
func (*Data) Delete ¶
Delete deletes a string from the set. If the string doesn't exist this is a no-op
func (*Data) ToSortedList ¶ added in v1.19.5
ToSortedList returns the string container in this set as a sorted string slice
Click to show internal directories.
Click to hide internal directories.