Versions in this module Expand all Collapse all v0 v0.18.1 Mar 3, 2026 Changes in this version + type Set map[T]struct + func New[T comparable](items ...T) Set[T] + func (s Set[T]) Add(item T) + func (s Set[T]) Contains(item T) bool