Sequence StaticVecFill

std/filler/scalar/i32::StaticVecFill


Parameters

↳ var value: Vec<i32>

Inputs

pattern: Stream<void>

Outputs

↦ value: Stream<Vec<i32>>


Fill an input void stream with vector static i32 values.

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

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