to

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

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

Return

an Octuple containing the values from the Septuple and the additional value

Parameters

other

the eighth value to be added to the Septuple