package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Dec 7, 2023
License: MIT
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
¶
type Result[T any] struct {
Res T
Error error
}
func Run[ArgsT any, ResT any](f func(ArgsT) (ResT, error), args []ArgsT) []Result[ResT]
Run executes f for each element in args, returning the results in the same order as args.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.