Returns the physical index at which the array slice starts. See [`RunEndBuffer::get_start_physical_index`].
(&self)
| 283 | /// |
| 284 | /// See [`RunEndBuffer::get_start_physical_index`]. |
| 285 | pub fn get_start_physical_index(&self) -> usize { |
| 286 | self.run_ends.get_start_physical_index() |
| 287 | } |
| 288 | |
| 289 | /// Returns the physical index at which the array slice ends. |
| 290 | /// |
no outgoing calls
no test coverage detected