(&mut self)
| 63 | // Guaranteed to output numbers less than N. |
| 64 | #[inline(always)] |
| 65 | fn decode(&mut self) -> u8 { |
| 66 | unsafe { self.variants.mut_slice().next_unchecked() } |
| 67 | } |
| 68 | } |
| 69 | |
| 70 | #[cfg(test)] |
nothing calls this directly
no test coverage detected