Versions in this module Expand all Collapse all v1 v1.6.5 Nov 10, 2024 v1.6.4 Nov 1, 2024 Changes in this version + var ErrNoValues = fmt.Errorf("no values") + type Set map[E]any + func (s *Set[E]) Add(e ...E) + func (s *Set[E]) Remove(e E) + func (s Set[E]) Iter() iter.Seq[E] + type WithSources map[Value][]Source + func (vs *WithSources[V, S]) Collect(value V, source S) + func (vs WithSources[V, S]) One() (V, error) + func (vs WithSources[Value, Source]) Combine() []Value