Versions in this module Expand all Collapse all v1 v1.6.6 Nov 27, 2021 Changes in this version + type MyHashSet struct + func Constructor() MyHashSet + func (this *MyHashSet) Add(key int) + func (this *MyHashSet) Contains(key int) bool + func (this *MyHashSet) Remove(key int) v1.0.0 Feb 26, 2019