package
Version:
v1.2.2
Opens a new window with list of versions in this module.
Published: Oct 15, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Set[T comparable] interface {
Add(item T)
Remove(item T)
Contains(item T) bool
Len() int
Items() []T
Union(other Set[T]) Set[T]
Intersection(other Set[T]) Set[T]
Difference(other Set[T]) Set[T]
SymmetricDifference(other Set[T]) Set[T]
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.