Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeMaps ¶
func MergeMaps[K comparable, V any](maps ...map[K]V) map[K]V
MergeMaps
Merges N maps into a new map. Duplicate keys will hold the value of the last map in the set.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.