package
Version:
v0.0.0-...-a640628
Opens a new window with list of versions in this module.
Published: Dec 1, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Pair[T any] struct {
A T
B T
}
func NewPair[T any](a T, b T) Pair[T]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.