Sequence StaticFill

std/filler/scalar/string::StaticFill


Parameters

↳ var value: string = ""

Inputs

pattern: Stream<void>

Outputs

↦ value: Stream<string>


Fill an input void stream with scalar static string values.

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

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