Macro read_bits

Source
macro_rules! read_bits {
    ($bitreader:ident, $bits:expr) => { ... };
}
Expand description
  • Read bits of data using BitReader