Macro bs_count_when

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

Count each byte loop starting at $context.stream_index until end-of-stream, if $when yields true.