Treatment chain
flow/vec/u16::chain
Inputs
⇥ first:
Stream<Vec<u16>>
⇥ second:
Stream<Vec<u16>>
Outputs
↦ chained:
Stream<Vec<u16>>
Chain two streams of Vec<u16>
.
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