Versions in this module Expand all Collapse all v0 v0.0.1 Sep 29, 2020 Changes in this version + type Set map[interface{}]interface + func (s *Set) Difference(set *Set) *Set + func (s *Set) Do(f func(interface{})) + func (s *Set) Get(key interface{}) interface{} + func (s *Set) GetDigest() (uint64, error) + func (s *Set) Has(key interface{}) bool + func (s *Set) Insert(key, val interface{}) + func (s *Set) InsertKey(key interface{}) + func (s *Set) Intersection(otherSet *Set) *Set + func (s *Set) Len() int + func (s *Set) ProperSubsetOf(set *Set) bool + func (s *Set) Remove(key interface{}) + func (s *Set) SubsetOf(set *Set) bool + func (s *Set) Union(set *Set) *Set + func New() *Set