package
Version:
v0.0.0-...-1f78868
Opens a new window with list of versions in this module.
Published: Aug 5, 2024
License: Apache-2.0
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[T any, R any](collection []T, iteratee func(T) R) []R
type Collection[T any] interface {
Len() int
Get(i int) T
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.