macro_rules! bs_next {
($context:expr) => { ... };
}Expand description
Advance $context.stream_index one byte and set $context.byte to the new byte.
macro_rules! bs_next {
($context:expr) => { ... };
}Advance $context.stream_index one byte and set $context.byte to the new byte.