package
Version:
v0.0.0-...-4e49b11
Opens a new window with list of versions in this module.
Published: Sep 19, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Clone[S ~[]E, E any](s S) S
func Filter[T any](s []T, predicate func(T) bool) []T
func IndexFunc[S ~[]E, E any](s S, f func(E) bool) int
func ToMap[K comparable, V any](s []V, keyFunc func(V) K) map[K]V
Source Files
¶
Click to show internal directories.
Click to hide internal directories.