package
Version:
v0.0.0-...-ec4088c
Opens a new window with list of versions in this module.
Published: Dec 10, 2024
License: MIT
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 sliceutils provides utility functions for working with slices.
func Map[T, R any](f func(T) R, s []T) []R
Map applies the function f to each element in the slice s and returns a new slice containing the results.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.