to

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

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

Return

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

Parameters

other

the tenth value to be added to the Nonuple