
The highest tagged major version is
v22.
package
Version:
v20.2.0
Opens a new window with list of versions in this module.
Published: May 15, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package set provides a Set implementation for Go.
Set implements a simple generic Set implementation.
The zero value is not valid. Use set.New to create new instances.
func (self Set[T]) Add(values ...T)
func (self Set[T]) AddSet(other Set[T])
func (self Set[T]) Values() []T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.