Documentation
¶
Index ¶
- func ObjOf(i ...interface{}) []interface{}
- func StrOf(s ...string) []string
- type M
- type Queue
- type Set
- type SyncMap
- func (t *SyncMap) Delete(key interface{})
- func (t *SyncMap) Each(fn interface{})
- func (t *SyncMap) Get(key interface{}) (value interface{})
- func (t *SyncMap) Has(key interface{}) (ok bool)
- func (t *SyncMap) Len() int
- func (t *SyncMap) Load(key interface{}) (value interface{}, ok bool)
- func (t *SyncMap) Map(data interface{})
- func (t *SyncMap) Range(f func(key, value interface{}) bool)
- func (t *SyncMap) Set(key, value interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SyncMap ¶
type SyncMap struct {
// contains filtered or unexported fields
}
func NewSyncMap ¶
func NewSyncMap() *SyncMap
Click to show internal directories.
Click to hide internal directories.