append

abstract fun <A9> append(arg1: Args1<A9>): Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>

Creates a new Args9 by copying this Args8 and appending the given arg1.

Return

The newly created Args9.

Since

1.0.0


abstract fun <A9, A10> append(arg2: Args2<A9, A10>): Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>

Creates a new Args10 by copying this Args8 and appending the given arg2.

Return

The newly created Args10.

Since

1.0.0