macro_rules! bs_replay {
($context:expr) => { ... };
}Expand description
Replay the most recent byte, but do not change the current $context.byte.
macro_rules! bs_replay {
($context:expr) => { ... };
}Replay the most recent byte, but do not change the current $context.byte.