Aardvark.Base


Tup<'T0, 'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8>

A tuple is a structure containing three elements of different types, that can be accessed using the fields E0, E1, E2, E3, E4, E5, E6, E7, E8.

Constructors

ConstructorDescription
new(e0, e1, e2, e3, e4, e5, e6, e7, e8)
Signature: (e0:'T0 * e1:'T1 * e2:'T2 * e3:'T3 * e4:'T4 * e5:'T5 * e6:'T6 * e7:'T7 * e8:'T8) -> unit

Instance members

Instance memberDescription
ToString()
Signature: unit -> string
Modifiers: abstract
Fork me on GitHub