package
Version:
v1.6.111
Opens a new window with list of versions in this module.
Published: Aug 13, 2023
License: MPL-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
¶
Package lang provides some features that really 'ought to be part of the Go language
type Pair[T, U any] struct {
First T
Second U
}
Pair associates two arbitrary types together.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.