Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶ added in v1.66.0
type Set[T comparable] map[T]struct{}
Set holds a set of values.
func NewSet ¶ added in v1.66.0
func NewSet[T comparable](values ...T) Set[T]
NewSet creates a new set from its input values.
Click to show internal directories.
Click to hide internal directories.