package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Aug 29, 2026
License: BSD-3-Clause
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, U any](values []T, fn func(T) U) []U
type Box[T any] struct {
Value T
}
type Numeric interface {
~int | ~int64
}
type Pair[A, B any] struct {
First A
Second B
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.