Versions in this module Expand all Collapse all v0 v0.2.0 Nov 20, 2022 Changes in this version type Set + func New(args ...T) Set[T] v0.1.0 Nov 19, 2022 Changes in this version + type Set map[T]struct + func (s Set[T]) Add(t T) + func (s Set[T]) Delete(t T) + func (s Set[T]) Elements() []T + func (s Set[T]) Has(t T) bool