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