quarkdown
Toggle table of contents
1.10.0
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-stdlib
/
com.quarkdown.stdlib
/
pair
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