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 FromMapKeys ¶
func FromMapKeys[K comparable, V any](m map[K]V) Set[K]
func FromSlice ¶
func FromSlice[T comparable](sl []T) Set[T]
Click to show internal directories.
Click to hide internal directories.