sliceutils

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2025 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 any](slice []T, filter func(T) bool) []T

func Map

func Map[T, V any](slice []T, handler func(T) V) []V

func ToMap

func ToMap[T any, K comparable, V any](slice []T, handler func(T) (K, V)) map[K]V

Types

This section is empty.

Jump to

Keyboard shortcuts

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