Returns a reference to the [`RunEndBuffer`].
(&self)
| 208 | |
| 209 | /// Returns a reference to the [`RunEndBuffer`]. |
| 210 | pub fn run_ends(&self) -> &RunEndBuffer<R::Native> { |
| 211 | &self.run_ends |
| 212 | } |
| 213 | |
| 214 | /// Returns a reference to the values array. |
| 215 | /// |
no outgoing calls