package
Version:
v0.0.0-...-3e4fb85
Opens a new window with list of versions in this module.
Published: Apr 30, 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 T2[A any, B any] struct {
A A
B B
}
func NewT2[A, B any](a A, b B) T2[A, B]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.