Returns the packed bits
(&mut self)
| 261 | |
| 262 | /// Returns the packed bits |
| 263 | pub fn as_slice_mut(&mut self) -> &mut [u8] { |
| 264 | self.buffer.as_slice_mut() |
| 265 | } |
| 266 | |
| 267 | /// Resets this builder and returns a [`BooleanBuffer`]. |
| 268 | /// |
no outgoing calls
no test coverage detected