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