pub(crate) type VecIntoIter<T> = IntoIter<T>;
pub(crate) struct VecIntoIter<T> { /* private fields */ }