Treatment add
ops/i128::add
Inputs
⇥ a:
Stream<i128>
⇥ b:
Stream<i128>
Outputs
↦ sum:
Stream<i128>
Add values from two streams of i128
.
Values passed through a
& b
are added and send in sum.
ops/i128::add
⇥ a:
Stream<i128>
⇥ b:
Stream<i128>
↦ sum:
Stream<i128>
Add values from two streams of i128
.
Values passed through a
& b
are added and send in sum.