Returns the physical index at which the array slice ends. See [`RunEndBuffer::get_end_physical_index`].
(&self)
| 290 | /// |
| 291 | /// See [`RunEndBuffer::get_end_physical_index`]. |
| 292 | pub fn get_end_physical_index(&self) -> usize { |
| 293 | self.run_ends.get_end_physical_index() |
| 294 | } |
| 295 | |
| 296 | /// Downcast this [`RunArray`] to a [`TypedRunArray`] |
| 297 | /// |
no outgoing calls
no test coverage detected