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