Treatment stream

flow/i64::stream


Inputs

⇥ block: Block<i64>

Outputs

↦ stream: Stream<i64>


Stream a block i64 value.

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