package
0.0.0-20240520070755-0a51978d1a23
Repository: https://github.com/wsva/common_lib.git
Documentation: pkg.go.dev
# 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.