to

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

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

Return

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

Parameters

other

the seventh value to be added to the Sextuple