dk.sdu.cloud.project.api.Pair

UCloud Developer Guide / Legacy / Projects (Legacy) / Members

Pair

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

Last updated