util

package
v0.0.0-...-1f78868 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Collect

func Collect[T any, C Collection[T]](c C) []T

func Map

func Map[T any, R any](collection []T, iteratee func(T) R) []R

Types

type Collection

type Collection[T any] interface {
	Len() int
	Get(i int) T
}

Jump to

Keyboard shortcuts

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