Versions in this module Expand all Collapse all v1 v1.14.1 Dec 28, 2024 v1.13.1 Dec 28, 2024 Changes in this version + type HashSet struct + Items map[interface{}]struct{} + func NewSet(values ...interface{}) *HashSet + func (set *HashSet) Add(items ...interface{}) + func (set *HashSet) Clear() + func (set *HashSet) Contains(items ...interface{}) bool + func (set *HashSet) Empty() bool + func (set *HashSet) Remove(items ...interface{}) + func (set *HashSet) Size() int + func (set *HashSet) String() string + func (set *HashSet) Values() []interface{}