package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 30, 2026
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 Convert[A, B any, S ~[]B](v S) []A
func DeleteVal[E any](s []E, v E) []E
func Filter[E any](s []E, c func(E) bool) []E
func SearchValue[A any, S ~[]A](v S, f func(a A) bool) (a A, ok bool)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.