package
Version:
v0.0.0-...-b797f85
Opens a new window with list of versions in this module.
Published: Jun 23, 2022
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 Copy[T any](data []T) []T
func Find[T any](data []T, fn func(T) bool) (r T, err error)
func Map[P any, R any](data []P, fn func(P) R) (result []R)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.