Sequence StaticVecFill

std/filler/scalar/u64::StaticVecFill


Parameters

↳ var value: Vec<u64>

Inputs

pattern: Stream<void>

Outputs

↦ value: Stream<Vec<u64>>


Fill an input void stream with vector static u64 values.

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

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