Triple

open fun Triple(x: X, y: Y, z: Z)

Construct a new pair with two data types.

Parameters

x

Value for data type one.

y

Value for data type two.

z

Value for data type three.