tuple

package
v0.0.0-...-8611b53 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2022 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type T2

type T2[A, B any] interface {
	Values() (A, B)
}

func New2

func New2[A, B any](a A, b B) T2[A, B]

type T3

type T3[A, B, C any] interface {
	Values() (A, B, C)
}

func New3

func New3[A, B, C any](a A, b B, c C) T3[A, B, C]

type T4

type T4[A, B, C, D any] interface {
	Values() (A, B, C, D)
}

func New4

func New4[A, B, C, D any](a A, b B, c C, d D) T4[A, B, C, D]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL