macro_rules! bs_jump {
($context:expr, $length:expr) => { ... };
}Expand description
Jump $length bytes.
This macro assumes that $length bytes are available for reading.
macro_rules! bs_jump {
($context:expr, $length:expr) => { ... };
}Jump $length bytes.
This macro assumes that $length bytes are available for reading.