package
Version:
v0.0.0-...-949e29e
Opens a new window with list of versions in this module.
Published: Jan 9, 2025
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
¶
Package slices are utilities to deal with slices
func Map[S ~[]E, E any, RE any](s S, fn func(E) RE) []RE
Map returns a new slice with the result of applying fn to each element.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.