Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set[T comparable] interface { // Add adds an element to the set. Add(elem T) bool // Remove removes an element from the set. Remove(elem T) bool // Creates a unique slice new set with the elements ToSlice() []T }
Click to show internal directories.
Click to hide internal directories.