package
Version:
v0.0.0-...-39567c2
Opens a new window with list of versions in this module.
Published: Dec 3, 2023
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
¶
type Pair[T, U any] struct {
}
func Make[T, U any](a T, b U) Pair[T, U]
func (p Pair[T, U]) First() T
func (p Pair[T, U]) Second() U
Source Files
¶
Click to show internal directories.
Click to hide internal directories.