Sequence StaticAdd
std/arithmetic/scalar/u128::StaticAdd
Parameters
↳ var add: u128 = 0
Inputs
⇥ value: Stream<u128>
Outputs
↦ value: Stream<u128>
Add a static value to u128
.
Every number passed through the stream get add
added.
std/arithmetic/scalar/u128::StaticAdd
↳ var add: u128 = 0
⇥ value: Stream<u128>
↦ value: Stream<u128>
Add a static value to u128
.
Every number passed through the stream get add
added.