Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set[T comparable] struct { // contains filtered or unexported fields }
func FromArray ¶
func FromArray[T comparable](keys []T) Set[T]
func New ¶ added in v0.3.1
func New[T comparable]() Set[T]
Click to show internal directories.
Click to hide internal directories.