Sequence StaticFill

std/filler/scalar/char::StaticFill


Parameters

↳ var value: char = '∅'

Inputs

pattern: Stream<void>

Outputs

↦ value: Stream<char>


Fill an input 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