Tuple0

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

Fixed-arity tuple with no elements.

Functions

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

Appends the first typed element to an empty tuple.

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

Returns the elements in declaration order.