Treatment pattern
std/flow/vec::pattern
Generics
◻ T
(any)
Inputs
⇥ stream:
Stream<Vec<T>>
Outputs
↦ pattern:
Stream<Vec<void>>
Gives pattern of a stream of vectors.
graph LR T("pattern()") A["…[🟨 🟨][🟨][🟨 🟨 🟨]"] -->|stream| T T -->|pattern| O["… [🟦 🟦][🟦][🟦 🟦 🟦]"] style A fill:#ffff,stroke:#ffff style O fill:#ffff,stroke:#ffff