//
pkg.gl
Category
github.com/sap/go-generics
sets
package
0.2.20
Repository:
https://github.com/sap/go-generics.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
46 SLOC
#
Functions
Add
Add specified element to set.
Clone
Clone set.
Contains
Check if set contains specified element.
Delete
Delete specified element from set.
Equal
Compare two sets.
Len
Get number of elements in the set.
New
Create new set.
Values
Get values of set as slice; order is not predictable.
#
Structs
Set
Set.