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