Documentation
¶
Overview ¶
Package maps contains a collection of helpful generic functions for working with maps. It is currently not part of the public interface and must be consider as highly instable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add[K comparable, V any](target map[K]V, sources ...map[K]V) map[K]V
Add the given maps to a common base map overriding existing key values pairs added from previous maps if a new entry exists in a latter source map.
func Copy ¶
func Copy[K comparable, V any](source map[K]V) map[K]V
Copy makes a shallow copy of the given map.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.