Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pair ¶
type Pair[A, B any] struct { // contains filtered or unexported fields }
Pair is a tuple of two elements.
type Triple ¶
type Triple[A, B, C any] struct { // contains filtered or unexported fields }
Triple is a tuple of three elements.
type Tuple4 ¶
type Tuple4[A, B, C, D any] struct { // contains filtered or unexported fields }
Tuple4 is a tuple of four elements.
Click to show internal directories.
Click to hide internal directories.