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]bool
func SetFrom ¶
func SetFrom[T comparable](s []T) Set[T]
func SetOf ¶
func SetOf[T comparable](s ...T) Set[T]
type SyncSet ¶
type SyncSet[T comparable] struct { // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.