Sequence StaticVecFill

std/filler/scalar/u32::StaticVecFill


Parameters

↳ var value: Vec<u32>

Inputs

pattern: Stream<void>

Outputs

↦ value: Stream<Vec<u32>>


Fill an input void stream with vector static u32 values.

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

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