Macro write_string

Source
macro_rules! write_string {
    ($bitwriter:ident, $string:expr) => { ... };
}
Expand description
  • Write a sized string to the BitWriter