Sequence StaticVecFill

std/filler/scalar/u128::StaticVecFill


Parameters

↳ var value: Vec<u128>

Inputs

pattern: Stream<void>

Outputs

↦ value: Stream<Vec<u128>>


Fill an input void stream with vector static u128 values.

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

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