package
Version:
v0.0.28
Opens a new window with list of versions in this module.
Published: Oct 23, 2023
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
¶
func ErrMap[T, U any](arr []T, convert func(t T) (U, error)) ([]U, error)
func Map[T, U any](arr []T, convert func(t T) U) []U
func ToAny[T any](arr []T) []any
Source Files
¶
Click to show internal directories.
Click to hide internal directories.