(&self)
| 464 | /// Returns the offset of this [`BooleanBuffer`] in bits (not bytes) |
| 465 | #[inline] |
| 466 | pub fn offset(&self) -> usize { |
| 467 | self.bit_offset |
| 468 | } |
| 469 | |
| 470 | /// Returns the length of this [`BooleanBuffer`] in bits (not bytes) |
| 471 | #[inline] |
no outgoing calls
no test coverage detected