Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 Changes in this version + type Byte map[byte]Empty + func ByteKeySet(theMap interface{}) Byte + func NewByte(items ...byte) Byte + func (s Byte) Delete(items ...byte) + func (s Byte) Difference(s2 Byte) Byte + func (s Byte) Has(item byte) bool + func (s Byte) HasAll(items ...byte) bool + func (s Byte) HasAny(items ...byte) bool + func (s Byte) Insert(items ...byte) + func (s Byte) Len() int + func (s Byte) List() []byte + func (s Byte) PopAny() (byte, bool) + func (s Byte) UnsortedList() []byte + func (s1 Byte) Equal(s2 Byte) bool + func (s1 Byte) Intersection(s2 Byte) Byte + func (s1 Byte) IsSuperset(s2 Byte) bool + func (s1 Byte) Union(s2 Byte) Byte + type Empty struct + type Int map[int]Empty + func IntKeySet(theMap interface{}) Int + func NewInt(items ...int) Int + func (s Int) Delete(items ...int) + func (s Int) Difference(s2 Int) Int + func (s Int) Has(item int) bool + func (s Int) HasAll(items ...int) bool + func (s Int) HasAny(items ...int) bool + func (s Int) Insert(items ...int) + func (s Int) Len() int + func (s Int) List() []int + func (s Int) PopAny() (int, bool) + func (s Int) UnsortedList() []int + func (s1 Int) Equal(s2 Int) bool + func (s1 Int) Intersection(s2 Int) Int + func (s1 Int) IsSuperset(s2 Int) bool + func (s1 Int) Union(s2 Int) Int + type Int64 map[int64]Empty + func Int64KeySet(theMap interface{}) Int64 + func NewInt64(items ...int64) Int64 + func (s Int64) Delete(items ...int64) + func (s Int64) Difference(s2 Int64) Int64 + func (s Int64) Has(item int64) bool + func (s Int64) HasAll(items ...int64) bool + func (s Int64) HasAny(items ...int64) bool + func (s Int64) Insert(items ...int64) + func (s Int64) Len() int + func (s Int64) List() []int64 + func (s Int64) PopAny() (int64, bool) + func (s Int64) UnsortedList() []int64 + func (s1 Int64) Equal(s2 Int64) bool + func (s1 Int64) Intersection(s2 Int64) Int64 + func (s1 Int64) IsSuperset(s2 Int64) bool + func (s1 Int64) Union(s2 Int64) Int64 + type String map[string]Empty + func NewString(items ...string) String + func StringKeySet(theMap interface{}) String + func (s String) Delete(items ...string) + func (s String) Difference(s2 String) String + func (s String) Has(item string) bool + func (s String) HasAll(items ...string) bool + func (s String) HasAny(items ...string) bool + func (s String) Insert(items ...string) + func (s String) Len() int + func (s String) List() []string + func (s String) PopAny() (string, bool) + func (s String) UnsortedList() []string + func (s1 String) Equal(s2 String) bool + func (s1 String) Intersection(s2 String) String + func (s1 String) IsSuperset(s2 String) bool + func (s1 String) Union(s2 String) String