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