Documentation ¶
Index ¶
- type Hset
- func (hset *Hset) Add(items ...interface{})
- func (hset *Hset) Clear()
- func (hset *Hset) Contains(items ...interface{}) bool
- func (hset *Hset) Empty() bool
- func (hset *Hset) Exists(item interface{}) bool
- func (set *Hset) FromJSON(data []byte) error
- func (hset *Hset) Len() int
- func (hset *Hset) Remove(items ...interface{})
- func (hset *Hset) Same(other Set) bool
- func (hset *Hset) String(pre ...bool) string
- func (set *Hset) ToJSON() ([]byte, error)
- func (hset *Hset) Values() []interface{}
- type Set
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.