Treatment stream

flow/i128::stream


Inputs

⇥ block: Block<i128>

Outputs

↦ stream: Stream<i128>


Stream a block i128 value.

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