list

package
v1.28.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: Apache-2.0 Imports: 0 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Map

func Map[T, V any](l []T, f func(T) V) []V

Map returns a list constructed by appling a function f to all items in the list l.

func Remove added in v1.25.0

func Remove[T any](l []T, i int) []T

Remove removes the element in position i from the list. It does not preserve the order of the original slice.

func TakeFirst added in v1.25.0

func TakeFirst[T any](l []T, p func(T) bool) (T, bool)

TakeFirst returns the first elemen, if any, that satisfies the predicate p.

func ToMap added in v1.25.0

func ToMap[K comparable, T any](l []T, k func(T) K) map[K]T

ToMap returns a map from l where the keys are obtainined applying the func k to the elements of l.

Types

This section is empty.

Jump to

Keyboard shortcuts

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