macro_rules! bs_peek {
($context:expr, $length:expr) => { ... };
}Expand description
Peek at a slice of bytes.
This macro assumes that $length bytes are available for reading.
macro_rules! bs_peek {
($context:expr, $length:expr) => { ... };
}Peek at a slice of bytes.
This macro assumes that $length bytes are available for reading.