(&self)
| 508 | /// Returns the packed values of this [`BooleanBuffer`] not including any offset |
| 509 | #[inline] |
| 510 | pub fn values(&self) -> &[u8] { |
| 511 | &self.buffer |
| 512 | } |
| 513 | |
| 514 | /// Slices this [`BooleanBuffer`] by the provided `offset` and `length` |
| 515 | pub fn slice(&self, offset: usize, len: usize) -> Self { |
no outgoing calls