Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Copy ¶
func Copy[M1 ~map[K]V, M2 ~map[K]V, K comparable, V any](dst M1, src M2)
func Has ¶ added in v0.23.2
func Has[M ~map[K]V, K comparable, V any](m M, key K) bool
func Keys ¶
func Keys[M ~map[K]V, K comparable, V any](m M) []K
Keys return []key of map, random ordered.
func Values ¶
func Values[M map[K]V, K comparable, V any](m M) []V
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.