lambda

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All[T any](in []T, f func(T) bool) bool

func Any

func Any[T any](in []T, f func(T) bool) bool

func Filter

func Filter[T any](in []T, f func(T) bool) []T

func Find

func Find[T any](in []T, f func(T) bool) (T, bool)

func ForEach

func ForEach[T any](in []T, f func(T))

func Map

func Map[T any, R any](in []T, f func(T) R) []R

Types

This section is empty.

Jump to

Keyboard shortcuts

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