utils

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains[T comparable](data []T, elem T) bool

func Filter

func Filter[T any](data []T, f func(rune T) bool) []T

func FilterMap

func FilterMap[T any, U any](data []T, f func(rune T) U, g func(rune T) bool) []U

func Map

func Map[T any, U any](data []T, f func(rune T) U) []U

func Reduce

func Reduce[T any](data []T, f func(x T, y T) T) T

Types

This section is empty.

Jump to

Keyboard shortcuts

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