
The highest tagged major version is
v3.
package
Version:
v1.24.0
Opens a new window with list of versions in this module.
Published: May 11, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
func Map[T, V any](l []T, f func(T) V) []V
Map returns a list constructed by appling a function f
to all items in the list l.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.