Macro byte_slice::bs_next [] [src]

macro_rules! bs_next {
    ($context:expr) => { ... };
}

Advance $context.stream_index one byte and set $context.byte to the new byte.