Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Merge ¶ added in v1.10.0
func Merge[K comparable, V any](base map[K]V, overrides map[K]V) map[K]V
Merge merges the two maps and returns the result. For overlapping keys, values from overrides take precedence.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.