Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tuple3 ¶
type Tuple3[T1, T2, T3 any] struct { V1 T1 V2 T2 V3 T3 }
Tuple3 is a tuple of three elements.
type Tuple4 ¶
type Tuple4[T1, T2, T3, T4 any] struct { V1 T1 V2 T2 V3 T3 V4 T4 }
Tuple4 is a tuple of four elements.
type Tuple5 ¶
type Tuple5[T1, T2, T3, T4, T5 any] struct { V1 T1 V2 T2 V3 T3 V4 T4 V5 T5 }
Tuple5 is a tuple of five elements.
type Tuple6 ¶
type Tuple6[T1, T2, T3, T4, T5, T6 any] struct { V1 T1 V2 T2 V3 T3 V4 T4 V5 T5 V6 T6 }
Tuple6 is a tuple of six elements.
type Tuple7 ¶
type Tuple7[T1, T2, T3, T4, T5, T6, T7 any] struct { V1 T1 V2 T2 V3 T3 V4 T4 V5 T5 V6 T6 V7 T7 }
Tuple7 is a tuple of seven elements.
type Tuple8 ¶
type Tuple8[T1, T2, T3, T4, T5, T6, T7, T8 any] struct { V1 T1 V2 T2 V3 T3 V4 T4 V5 T5 V6 T6 V7 T7 V8 T8 }
Tuple8 is a tuple of eight elements.
type Tuple9 ¶
type Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9 any] struct { V1 T1 V2 T2 V3 T3 V4 T4 V5 T5 V6 T6 V7 T7 V8 T8 V9 T9 }
Tuple9 is a tuple of nine elements.
type Tuple10 ¶
type Tuple10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 any] struct { V1 T1 V2 T2 V3 T3 V4 T4 V5 T5 V6 T6 V7 T7 V8 T8 V9 T9 V10 T10 }
Tuple10 is a tuple of ten elements.
Click to show internal directories.
Click to hide internal directories.