stream

Macro stream 

Source
macro_rules! stream {
    ($N:expr, $trigger:expr) => { ... };
}
Expand description

Create a Stream that works in both heap and zero-heap modes.

§Example

let s = ove::stream!(256, 1);