Sequence StaticFill

std/filler/scalar/i32::StaticFill


Parameters

↳ var value: i32 = 0

Inputs

pattern: Stream<void>

Outputs

↦ value: Stream<i32>


Fill an input void stream with scalar static i32 values.

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

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