Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set[K comparable] struct { // contains filtered or unexported fields }
func FromSlice ¶
func FromSlice[K comparable](slice []K) Set[K]
func NewSet ¶
func NewSet[K comparable]() Set[K]
Click to show internal directories.
Click to hide internal directories.