macro_rules! bs_rewind {
($context:expr, $length:expr) => { ... };
}Expand description
Rewind $context.stream_index by $length bytes, but do not change the current
$context.byte.
macro_rules! bs_rewind {
($context:expr, $length:expr) => { ... };
}Rewind $context.stream_index by $length bytes, but do not change the current
$context.byte.