slices

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Associate

func Associate[T any, K comparable, V any](collection []T, f func(item T) (K, V)) map[K]V

func Filter

func Filter[V any](collection []V, predicate func(item V) bool) []V

func Map

func Map[T any, V any](collection []T, f func(int, T) V) []V

func UniqBy

func UniqBy[T any, U comparable](collection []T, iteratee func(item T) U) []T

Types

This section is empty.

Jump to

Keyboard shortcuts

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