Treatment fill
flow/string::fill
Parameters
↳ var value:
string = ""
Inputs
⇥ pattern:
Stream<void>
Outputs
↦ filled:
Stream<string>
Fill a pattern stream with a string
value.
graph LR T("fill(value=🟧)") B["… 🟦 🟦 🟦 …"] -->|pattern| T T -->|filled| O["… 🟧 🟧 🟧 …"] style B fill:#ffff,stroke:#ffff style O fill:#ffff,stroke:#ffff