Documentation
¶
Overview ¶
Author: Zwei.Ren
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringKeys ¶
Types ¶
type Map ¶
type Map interface {
Load(key interface{}) (value interface{}, ok bool)
Store(key, value interface{})
LoadOrStore(key, value interface{}) (actual interface{}, loaded bool)
Delete(key interface{})
Range(f func(key, value interface{}) bool)
}
func NewSyncMap ¶
func NewSyncMap() Map
func NewWeakMap ¶
Click to show internal directories.
Click to hide internal directories.