(&self)
| 476 | /// Returns true if this [`BooleanBuffer`] is empty |
| 477 | #[inline] |
| 478 | pub fn is_empty(&self) -> bool { |
| 479 | self.bit_len == 0 |
| 480 | } |
| 481 | |
| 482 | /// Free up unused memory. |
| 483 | pub fn shrink_to_fit(&mut self) { |
no outgoing calls
no test coverage detected