Versions in this module Expand all Collapse all v0 v0.21.0 Jul 29, 2025 Changes in this version + type Set map[K]struct + func New[K comparable]() Set[K] + func (s Set[K]) Add(key K) + func (s Set[K]) Contains(key K) bool + func (s Set[K]) Remove(key K) + func (s Set[K]) ToSlice() []K