Macro byte_slice::bs_collect_when [] [src]

macro_rules! bs_collect_when {
    ($context:expr, $when:expr, $on_eos:expr) => { ... };
}

Collect if $when yields true.

Exit the collection loop if $when yields false.