Macro byte_slice::bs_count [] [src]

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

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