Sequence StreamBlockBool

std/flow/stream::StreamBlockBool


Inputs

block: Block<Vec<bool>>

Outputs

↦ stream: Stream<bool>


Stream a vector of bool.

All values received in block vector are streamed ordered in output.