collections

package
v0.12.0-df06780 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 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 interface{}](list []T, test func(T) bool) []T

Filter an slice given a filter function

func FilterAndMap

func FilterAndMap[S, D interface{}](list []S, test func(S) bool, mapTo func(S) D) []D

FilterAndMap filter a list and converts to other list given a filter and a map functions

func Map

func Map[S, D interface{}](list []S, mapTo func(S) D) []D

Map convert a list given a map function

Types

This section is empty.

Jump to

Keyboard shortcuts

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