(&self)
| 294 | |
| 295 | #[inline(always)] |
| 296 | pub(crate) fn len(&self) -> usize { |
| 297 | debug_assert_eq!(self.colors.len(), self.pops.len()); |
| 298 | self.colors.len() |
| 299 | } |
| 300 | |
| 301 | #[inline(always)] |
| 302 | pub fn iter_mut(&mut self) -> impl Iterator<Item = (&mut f_pixel, &mut PalPop)> { |
no outgoing calls
no test coverage detected