(&self)
| 452 | /// Returns whether this [`ArrayData`] is empty |
| 453 | #[inline] |
| 454 | pub const fn is_empty(&self) -> bool { |
| 455 | self.len == 0 |
| 456 | } |
| 457 | |
| 458 | /// Returns the offset of this [`ArrayData`] |
| 459 | #[inline] |
no outgoing calls
no test coverage detected