macro_rules! impl_ring_buffer_set_len {
($readptr: ident, $writeptr: ident) => { ... };
}Expand description
Implement set_len given a readptr and a writeptr.
macro_rules! impl_ring_buffer_set_len {
($readptr: ident, $writeptr: ident) => { ... };
}Implement set_len given a readptr and a writeptr.