Tuple1

data class Tuple1<T1>(val t1: T1)

Tuple of length 1.

Constructors

Link copied to clipboard
constructor(t1: T1)

Properties

Link copied to clipboard
val t1: T1