Versions in this module Expand all Collapse all v0 v0.1.1 May 29, 2024 v0.1.0 May 29, 2024 Changes in this version + type Set map[T]struct + func New[T comparable]() Set[T] + func (s Set[T]) Add(e T) + func (s Set[T]) Clear() + func (s Set[T]) Contains(e T) bool + func (s Set[T]) Drain() []T + func (s Set[T]) Len() int + func (s Set[T]) Remove(e T) + func (s Set[T]) TakeOne() T