Pair

open fun Pair(x: X, y: Y)

Construct a new pair with two data types.

Parameters

x

Value for data type one.

y

Value for data type two.