Treatment stream

flow/u64::stream


Inputs

⇥ block: Block<u64>

Outputs

↦ stream: Stream<u64>


Stream a block u64 value.

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