itertools

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Map

func Map[I, O any](inputs []I, converter func(I) O) []O

Map transforms each element of a slice by applying a converter function to it.

func MapWithFailure

func MapWithFailure[I, O any](inputs []I, converter func(I) (O, error)) ([]O, error)

MapWithFailure is the same as Map but takes a converter function which can return an error. In the case that conversion returns an error the conversion process will be short circuited and the error and an empty slice will be returned

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL