package
0.0.0-20240520070755-0a51978d1a23
Repository: https://github.com/wsva/common_lib.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
KeySet creates a Set from a keys of a map[comparable](? extends interface{}).
List returns the contents as a sorted T slice.
New creates a Set from a list of values.

# 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[comparable]struct{} for minimal memory consumption.