package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Feb 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Set interface {
Add(value interface{}) bool
Adds(values ...interface{}) int
Contains(values ...interface{}) bool
Remove(value interface{}) bool
Removes(values ...interface{}) int
Values() []interface{}
ForEach(f func(value interface{}) bool)
Size() int
IsEmpty() bool
Clear()
Copy() Set
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.