Tuple0

data object Tuple0 : Tuple<Nothing> , AllOf0(source)

Zero-arity tuple with no elements.

Functions

Link copied to clipboard
operator fun <Super, T1 : Super> Tuple0.plus(item1: T1): Tuple1<Super, T1>

Appends item1 to this tuple.

Link copied to clipboard
open override fun toList(): List<Nothing>

Constructs a list of all the items in this.