Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.
type Tuple11 ¶
type Tuple11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11 any] struct { V1 T1 V2 T2 V3 T3 V4 T4 V5 T5 V6 T6 V7 T7 V8 T8 V9 T9 V10 T10 V11 T11 }
Tuple11 is a tuple of eleven elements.
type Tuple12 ¶
type Tuple12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12 any] struct { V1 T1 V2 T2 V3 T3 V4 T4 V5 T5 V6 T6 V7 T7 V8 T8 V9 T9 V10 T10 V11 T11 V12 T12 }
Tuple12 is a tuple of twelve elements.
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.
Click to show internal directories.
Click to hide internal directories.