Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyUnique ¶
func CopyUnique[M1 ~map[K]V, M2 ~map[K]V, K comparable, V any](dst M1, src M2) []K
CopyUnique copies only unique entries from `src` to `dst` and returns the existing keys already in `dest`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.