(&self)
| 257 | #[inline(always)] |
| 258 | #[must_use] |
| 259 | pub const fn height(&self) -> usize { |
| 260 | self.height as usize |
| 261 | } |
| 262 | } |
| 263 | |
| 264 | pub(crate) fn temp_buf<T>(len: usize) -> Result<Box<[MaybeUninit<T>]>, Error> { |
no outgoing calls
no test coverage detected