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 NewSet ¶
func NewSet[T comparable](items ...T) Set[T]
func NewSetSize ¶
func NewSetSize[T comparable](size int, items ...T) Set[T]
func Union ¶
func Union[T comparable](sets ...Set[T]) Set[T]
Click to show internal directories.
Click to hide internal directories.