package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Sep 30, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Set[V comparable] interface {
Add(...V)
Remove(...V)
Minus(Set[V]) Set[V]
Contains(V) bool
ToSlice() []V
Empty() bool
Length() int
}
Set is a collection of unique comparable items
Source Files
¶
Click to show internal directories.
Click to hide internal directories.