to

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

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

Return

a Nonuple containing the values from the Octuple and the additional value

Parameters

other

the ninth value to be added to the Octuple