to

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

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

Return

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

Parameters

other

the fifth value to be added to the Quadruple