//
pkg.gl
Category
github.com/elastic/elastic-agent
internal
pkg
sorted
package
8.15.2+incompatible
Repository:
https://github.com/elastic/elastic-agent.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
55 SLOC
#
Functions
NewSet
NewSet returns an ordered set.
#
Structs
Set
Set is a sorted set that allow to iterate on they keys in an ordered manner, when items are added or removed from the Set the keys are sorted.