Treatment stream

flow/vec/f32::stream


Inputs

⇥ block: Block<Vec<f32>>

Outputs

↦ stream: Stream<Vec<f32>>


Stream a block Vec<f32> element.

graph LR
     T("stream()")
     B["〈[🟦]〉"] -->|block| T
         
     T -->|stream| S["[🟦]"]
     
     
     style B fill:#ffff,stroke:#ffff
     style S fill:#ffff,stroke:#ffff