Aardvark.Base


Tup<'T0, 'T1, 'T2>

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

Constructors

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

Instance members

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