Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QuoteBuilder ¶
func TemplateFuncs ¶
func Uniq ¶
func Uniq[T comparable](values []T) []T
Types ¶
type Set ¶
type Set[T comparable] map[T]struct{}
func NewSet ¶
func NewSet[T comparable](values ...T) Set[T]
func (*Set[T]) UnmarshalYAML ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.