Documentation / kotlin-core / com.femastudios.kotlin.core / Quintuple
Quintuple
data class Quintuple<out A, out B, out C, out D, out E>
Constructors
Quintuple(first: A, second: B, third: C, fourth: D, fifth: E) |
Properties
val fifth: E |
|
val first: A |
|
val fourth: D |
|
val second: B |
|
val third: C |
Functions
fun toString(): String |