package
Version:
v0.0.0-...-8611b53
Opens a new window with list of versions in this module.
Published: May 19, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type T2[A, B any] interface {
Values() (A, B)
}
func New2[A, B any](a A, b B) T2[A, B]
type T3[A, B, C any] interface {
Values() (A, B, C)
}
func New3[A, B, C any](a A, b B, c C) T3[A, B, C]
type T4[A, B, C, D any] interface {
Values() (A, B, C, D)
}
func New4[A, B, C, D any](a A, b B, c C, d D) T4[A, B, C, D]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.