to

infix fun <F> to(other: F): Sextuple<A, B, C, D, E, F>

Extension function to create a Sextuple from a Quintuple and an additional value.

Return

a Sextuple containing the values from the Quintuple and the additional value

Parameters

other

the sixth value to be added to the Quintuple