package
Version:
v0.0.0-...-c635e59
Opens a new window with list of versions in this module.
Published: May 20, 2024
License: Apache-2.0, BSD-2-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 22
Opens a new window with list of known importers.
Documentation
¶
type IdentifierType interface {
~[32]byte
}
type Tuple[A, B any] struct {
A A
B B
}
func NewTuple[A, B any](a A, b B) *Tuple[A, B]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.