package
Version:
v0.0.0-...-170c358
Opens a new window with list of versions in this module.
Published: Oct 31, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Map[I any, O any](mapper func(I) O, iter []I) []O
Map applies a function to each element in a slice, returning a new slice with the results.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.