Macro bs_peek

Source
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.