Macro bs_next

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

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