macro_rules! stream { ($N:expr, $trigger:expr) => { ... }; }
Create a Stream that works in both heap and zero-heap modes.
Stream
let s = ove::stream!(256, 1);