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 }
Set implements a Set, using the go map as the underlying storage.
func Of ¶
func Of[K comparable](vals ...K) Set[K]
Of returns a new Set initialized with the given 'vals'
Click to show internal directories.
Click to hide internal directories.