Aardvark.Base


Tup<'T0, 'T1, 'T2, 'T3, 'T4>

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

Constructors

ConstructorDescription
new(e0, e1, e2, e3, e4)
Signature: (e0:'T0 * e1:'T1 * e2:'T2 * e3:'T3 * e4:'T4) -> unit

Instance members

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