fc

package
v0.0.29 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Filter

func Filter[T any](array []T, callback func(T) bool) []T

func Map

func Map[T, R any](array []T, callback func(T) R) []R

func MapAppend added in v0.0.23

func MapAppend[T, R any](array []T, callback func(T) R) []R

这里再次说明了我们不应该使用append 这是一个很耗时的操作

func MapSameType added in v0.0.23

func MapSameType[T any](array []T, callback func(T) T) []T

func Reduce added in v0.0.28

func Reduce[T any, U any](array []T, callback func(U, T) U, init U) U

Types

This section is empty.

Jump to

Keyboard shortcuts

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