Treatment rem
ops/u8::rem
Inputs
⇥ a:
Stream<u8>
⇥ b:
Stream<u8>
Outputs
↦ remainder:
Stream<u8>
Give the remainder of the division from two streams of u8
.
Every a
number passed through the stream is divided by b
and the remainder is outputted.