Macro bs_count

Source
macro_rules! bs_count {
    ($context:expr, $byte:expr) => { ... };
}
Expand description

Count each occurrence of $byte starting at $context.stream_index until end-of-stream.