Macro read_string

Source
macro_rules! read_string {
    ($bitreader:ident, $length:expr) => { ... };
}
Expand description
  • Read a sized string using the BitReader