Treatment fill

std/flow/vec::fill


Generics

◻ T (any)

Parameters

↳ var value: T

Inputs

⇥ pattern: Stream<Vec<void>>

Outputs

↦ filled: Stream<Vec<T>>


Fill a pattern stream with a i64 value.

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

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

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