package
Version:
v0.4.3-alpha
Opens a new window with list of versions in this module.
Published: Oct 26, 2024
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 Map[A, B any](list []A, mapFn func(A, int) B) []B
func SearchFunc[T any](array []T, accept func(T, int) bool) (found T)
Searches for a value in list that matches function
Source Files
¶
Click to show internal directories.
Click to hide internal directories.