Sequence StaticFill

std/filler/vector/i8::StaticFill


Parameters

↳ var value: i8 = 0

Inputs

pattern: Stream<Vec<void>>

Outputs

↦ value: Stream<Vec<i8>>


Fill an input Vec<void> stream with scalar static i8 values.

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

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