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