Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapDefaulter ¶
type MapDefaulter[K comparable, V any] interface { SetIfEmpty(key K, def V) }
func NewMapDefaulter ¶
func NewMapDefaulter[K comparable, V any](ptrToMap *map[K]V) MapDefaulter[K, V]
Click to show internal directories.
Click to hide internal directories.