Documentation
¶
Overview ¶
Package maps defines various functions useful with maps of any type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Equal ¶
func Equal[M1, M2 ~map[K]V, K, V comparable](m1 M1, m2 M2) bool
Equal reports whether two maps contain the same key/value pairs. Values are compared using ==.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.