Macro read_slice

Source
macro_rules! read_slice {
    ($bitreader:ident, $length:expr) => { ... };
}
Expand description
  • Read a byte array slice using the BitReader