core
/
dev.fritz2.dom
/
accumulate
js
accumulate
fun <
T
>
accumulate
(accumulator:
Pair
<
List
<
T
>,
List
<
T
>>, newValue:
List
<
T
>):
Pair
<
List
<
T
>,
List
<
T
>>
Content copied to clipboard
Accumulates a
Pair
and a
List
to a new
Pair
of
List
s
Parameters
accumulator
Pair
of two
List
s
newValue
new
List
to accumulate