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