Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncMap ¶
type SyncMap[T comparable, E any] struct { // contains filtered or unexported fields }
func NewSyncMap ¶
func NewSyncMap[T comparable, E any](m map[T]E) *SyncMap[T, E]
Click to show internal directories.
Click to hide internal directories.