Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyEqual ¶
func KeyEqual[T comparable](firstMap, secondMap map[T]interface{}) bool
func KeyValueEqual ¶
func KeyValueEqual[T comparable](firstMap, secondMap map[T]interface{}) bool
func Keys ¶
func Keys[K comparable, V any](m map[K]V) []K
func Values ¶
func Values[K comparable, V any](m map[K]V) []V
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.