Macro write_slice

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