Treatment stream

flow/u128::stream


Inputs

⇥ block: Block<u128>

Outputs

↦ stream: Stream<u128>


Stream a block u128 value.

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