Sequence StaticFill

std/filler/scalar/i128::StaticFill


Parameters

↳ var value: i128 = 0

Inputs

pattern: Stream<void>

Outputs

↦ value: Stream<i128>


Fill an input void stream with scalar static i128 values.

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

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