Macro byte_slice::bs_count_when [] [src]

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.