Versions in this module Expand all Collapse all v0 v0.3.0 Aug 24, 2026 v0.2.0 Aug 12, 2026 Changes in this version + type Set map[T]struct + func CollectSet[T comparable](seq iter.Seq[T]) Set[T] + func NewSet[T comparable](members ...T) Set[T] + func (s Set[T]) Has(value T) bool + func (s Set[T]) String() string