pair

fun pair(first: Dynamic, second: Dynamic): Pair<*, *>

Creates a new pair.

Return

a pair of the two elements

Parameters

first

first element of the pair

second

second element of the pair