Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromSlice ¶
func FromSlice[K comparable, V any](keyFn func(V) K, slices ...[]V) map[K]V
FromSlice converts a slice to a map where the slice elements are the map values, and the corresponding keys are computed by the keyFn.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.