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.
macro_rules! bs_count_when {
($context:expr, $when:expr) => { ... };
}Count each byte loop starting at $context.stream_index until end-of-stream, if $when
yields true.