Returns the inner [`ScalarBuffer`], consuming self.
(self)
| 291 | |
| 292 | /// Returns the inner [`ScalarBuffer`], consuming self. |
| 293 | pub fn into_inner(self) -> ScalarBuffer<E> { |
| 294 | self.run_ends |
| 295 | } |
| 296 | |
| 297 | /// Claim memory used by this buffer in the provided memory pool. |
| 298 | #[cfg(feature = "pool")] |
no outgoing calls
no test coverage detected