Versions in this module Expand all Collapse all v0 v0.2.5 Sep 4, 2025 v0.2.4 Aug 9, 2025 Changes in this version + type Set struct + func NewPresorted[T cmp.Ordered](items ...T) Set[T] + func New[T cmp.Ordered](items ...T) Set[T] + func (s Set[T]) Contains(item T) bool + func (s Set[T]) CopyAndInsert(items ...T) Set[T] + func (s Set[T]) IsEmpty() bool + func (s Set[T]) IsNil() bool + func (s Set[T]) Len() int + func (s Set[T]) List() []T + func (s Set[T]) String() string