Wooga.Lambda


ImmutableTuple

Namespace: Wooga.Lambda.Data

Static members

Static memberDescription
Tuple(x, y)
Signature: (x:'T1 * y:'T2) -> ImmutableTuple<'T1,'T2>
Type parameters: 'T1, 'T2
Tuple(x, y, z)
Signature: (x:'T1 * y:'T2 * z:'T3) -> ImmutableTuple<'T1,'T2,'T3>
Type parameters: 'T1, 'T2, 'T3
Tuple(x, y, z, w)
Signature: (x:'T1 * y:'T2 * z:'T3 * w:'T4) -> ImmutableTuple<'T1,'T2,'T3,'T4>
Type parameters: 'T1, 'T2, 'T3, 'T4
Fork me on GitHub