Documentation ¶
Index ¶
- func ValueOf(v ...reflect.Value) []reflect.Value
- type Queue
- type SMap
- func (t *SMap) Delete(key interface{})
- func (t *SMap) Each(fn interface{}) (err error)
- func (t *SMap) Get(key interface{}) (value interface{})
- func (t *SMap) Has(key interface{}) (ok bool)
- func (t *SMap) Len() int
- func (t *SMap) Load(key interface{}) (value interface{}, ok bool)
- func (t *SMap) Map(data interface{}) (err error)
- func (t *SMap) Range(f func(key, value interface{}) bool)
- func (t *SMap) Set(key, value interface{})
- type Set
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.