Macro ring_queue::ring

source ·
macro_rules! ring {
    () => { ... };
    ($($x:expr),*) => { ... };
    ($($x:expr,)*) => { ... };
}