Versions in this module Expand all Collapse all v0 v0.2.0-beta Feb 10, 2023 v0.1.0 Aug 2, 2022 Changes in this version + type Set map[T]struct + func (s Set[T]) Add(elements ...T) + func (s Set[T]) Contains(element T) bool + func (s Set[T]) Remove(events ...T) + func (s Set[T]) ToSlice() []T