Treatment fill

flow/byte::fill


Parameters

↳ var value: byte = 0x00

Inputs

⇥ pattern: Stream<void>

Outputs

↦ filled: Stream<byte>


Fill a pattern stream with a byte value.

graph LR
 T("fill(value=🟧)")
 B["… 🟦 🟦 🟦 …"] -->|pattern| T

 T -->|filled| O["… 🟧 🟧 🟧 …"]

 style B fill:#ffff,stroke:#ffff
 style O fill:#ffff,stroke:#ffff