Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Array2Array ¶
func Array2Array[A1, A2 any](arr []A1, getKey func(A1) A2) []A2
func Array2Map ¶
func Array2Map[K comparable, V any](arr []V, getKey func(V) K) map[K]V
func MapKey2Array ¶
func MapKey2Array[K comparable, V any](m map[K]V) []K
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.