list

package
v2.19.7 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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

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

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

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