Documentation ¶
Overview ¶
syncmap implements a simple generic, synchronized map.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncMap ¶
type SyncMap[K comparable, V any] struct { // contains filtered or unexported fields }
func New ¶
func New[K comparable, V any]() *SyncMap[K, V]
Click to show internal directories.
Click to hide internal directories.