macro_rules! queue { ($T:ty, $N:expr) => { ... }; }
Create a Queue that works in both heap and zero-heap modes.
Queue
let q = ove::queue!(u32, 8);