Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrObjectNotFound = errors.New("object does not exist")
Functions ¶
func MergeMaps ¶ added in v0.98.0
func MergeMaps[M ~map[K]V, K comparable, V any](src ...M) M
TODO(SNOW-1479870): Test MergeMaps takes any number of maps (of the same type) and concatenates them. In case of key collision, the value will be selected from the map that is provided later in the src function parameter.
Types ¶
Click to show internal directories.
Click to hide internal directories.