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 multiple maps into a single one. In case of duplicate keys, the value from the last argument which had the key overwrites the previous ones. The returned map is a new one, the given maps are not modified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.