Versions in this module Expand all Collapse all v0 v0.1.0 Apr 12, 2020 Changes in this version + type T0 string + type T0Set struct + func NewT0Set(vals ...T0) *T0Set + func (s *T0Set) Add(vals ...T0) + func (s *T0Set) All() <-chan T0 + func (s *T0Set) Contains(x T0) bool + func (s *T0Set) Intersect(y *T0Set) *T0Set + func (s *T0Set) Len() int + func (s *T0Set) Remove(x T0) + func (s *T0Set) Subtract(b *T0Set) *T0Set + func (s *T0Set) Union(b *T0Set) *T0Set