Treatment chain
flow/byte::chain
Inputs
⇥ first:
Stream<byte>
⇥ second:
Stream<byte>
Outputs
↦ chained:
Stream<byte>
Chain two streams of byte
.
graph LR T("chain()") A["🟨 🟨 🟨 🟨 🟨 🟨"] -->|first| T B["… 🟪 🟪 🟪"] -->|second| T T -->|chained| O["… 🟪 🟪 🟪 🟨 🟨 🟨 🟨 🟨 🟨"] style A fill:#ffff,stroke:#ffff style B fill:#ffff,stroke:#ffff style O fill:#ffff,stroke:#ffff