Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set[T comparable] map[T]struct{}
Set is a collection of unique elements of type T. It is implemented using a map with values of an empty struct.
Click to show internal directories.
Click to hide internal directories.