package
Version:
v0.1.9
Opens a new window with list of versions in this module.
Published: Nov 21, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Filter[T any](slice []T, filter func(T) bool) []T
func Map[T, V any](slice []T, handler func(T) V) []V
func ToMap[T any, K comparable, V any](slice []T, handler func(T) (K, V)) map[K]V
Source Files
¶
Click to show internal directories.
Click to hide internal directories.