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{}
func From ¶
func From[T comparable](values ...T) Set[T]
func FromSlice ¶
func FromSlice[T comparable](s []T) Set[T]
func Make ¶
func Make[T comparable]() Set[T]
Click to show internal directories.
Click to hide internal directories.