macro_rules! bs_rewind_to {
($context:expr, $index:expr) => { ... };
}Expand description
Rewind $context.stream_index to index $index, but do not change the current $context.byte.
macro_rules! bs_rewind_to {
($context:expr, $index:expr) => { ... };
}Rewind $context.stream_index to index $index, but do not change the current $context.byte.