pub type EnumerateMut<'a> = Zip<XThenYIter, IterMut<'a>>;
pub struct EnumerateMut<'a> { /* private fields */ }