macro_rules! bs_mark {
($context:expr) => { ... };
($context:expr, $index:expr) => { ... };
}Expand description
Set $context.mark_index to the current stream index or $index.
macro_rules! bs_mark {
($context:expr) => { ... };
($context:expr, $index:expr) => { ... };
}Set $context.mark_index to the current stream index or $index.