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