Versions in this module Expand all Collapse all v0 v0.0.61 Apr 26, 2026 v0.0.60 Apr 19, 2026 Changes in this version + type Set map[T]struct + func NewSet[T comparable](values ...T) Set[T] + func (s Set[T]) Add(values ...T) + func (s Set[T]) Contains(value T) bool + func (s Set[T]) Remove(value T) + func (s Set[T]) ToList() []T