Pair

API: Internal/Beta

data class Pair<A, B>(
    val first: A,
    val second: B,
)
Properties
first: A
second: B