Sequence StaticFill

std/filler/vector/char::StaticFill


Parameters

↳ var value: char = '∅'

Inputs

pattern: Stream<Vec<void>>

Outputs

↦ value: Stream<Vec<char>>


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

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

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