Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForEach ¶
func ForEach[M ~map[K]V, K comparable, V any](m M, handle func(K, V))
func ForEachValue ¶
func ForEachValue[S ~[]V, V any](slices S, handle func(v V))
func SubValues ¶
func SubValues[M ~map[K]V, K comparable, V, T any](m M, subValue func(V) T) []T
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.