Macro bs_mark

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

Set $context.mark_index to the current stream index or $index.