kotest-fp / io.kotest.fp / Tuple2

Tuple2

data class Tuple2<out A, out B>

Constructors

<init>

Tuple2(a: A, b: B)

Properties

a

val a: A

b

val b: B

Functions

toList

fun toList(): List<Any?>

toString

fun toString(): String