Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Convert ¶
func Convert[X comparable, Y any, Z comparable, V any](source map[X]Y, convertX func(x X) Z, convertY func(y Y) V) map[Z]V
func Keys ¶ added in v0.9.5
func Keys[X comparable, Y any](m map[X]Y) []X
func Values ¶ added in v0.9.5
func Values[X comparable, Y any](m map[X]Y) []Y
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.