macro_rules! bs_count {
($context:expr, $byte:expr) => { ... };
}Expand description
Count each occurrence of $byte starting at $context.stream_index until end-of-stream.
macro_rules! bs_count {
($context:expr, $byte:expr) => { ... };
}Count each occurrence of $byte starting at $context.stream_index until end-of-stream.