pub fn get_writer_buffer(writer: &mut BitWriterContainer) -> &[u8] ⓘ
Expand description
Retrieves the buffer behind a BitWriterContainer
instance.
§Arguments
writer
- TheBitWriterContainer
instance to retrieve the buffer from.
§Returns
A reference to the buffer behind the BitWriterContainer
instance.