Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SliceContains ¶
func SliceContains[T comparable](haystack []T, needle T) bool
Types ¶
type Set ¶
type Set[T comparable] map[T]struct{}
func SliceToSet ¶
func SliceToSet[T comparable](sl []T) Set[T]
Click to show internal directories.
Click to hide internal directories.