Treatment stream
flow/byte::stream
Inputs
⇥ block:
Block<byte>
Outputs
↦ stream:
Stream<byte>
Stream a block byte
value.
graph LR T("stream()") B["〈🟦〉"] -->|block| T T -->|stream| S["🟦"] style B fill:#ffff,stroke:#ffff style S fill:#ffff,stroke:#ffff