Macro rbuf::ring_buf[][src]

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