package
0.0.0-20241210054802-24370beab758
Repository: https://github.com/kubernetes/utils.git
Documentation: pkg.go.dev

# Functions

KeySet creates a Set[E] from a keys of a map[E](? extends interface{}).
New creates a new set.

# Structs

Empty is public since it is used by some internal API objects for conversions between external string arrays and internal sets, and conversion logic requires public types today.

# Type aliases

Set is a set of the same type elements, implemented via map[ordered]struct{} for minimal memory consumption.