package
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Jan 22, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Map[T any, O any](input []T, mapper func(T) O) []O
Map creates a new list populated with the results of applying the `mapper`
function to every element from `input`.
func ToPtr[T any](input T) *T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.