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 FromSlice ¶ added in v0.1.2
func FromSlice[T comparable](ts []T) Set[T]
func New ¶
func New[T comparable]() Set[T]
func Of ¶
func Of[T comparable](ts ...T) Set[T]
Click to show internal directories.
Click to hide internal directories.