pub type IntVecIntoIter<T, E> = VarVecIntoIter<T, E>;๐Deprecated since 0.6.0:
renamed to VarVecIntoIter; use VarVecIntoIter instead
Expand description
Deprecated alias for VarVecIntoIter. Use VarVecIntoIter instead.
Aliased Typeยง
pub struct IntVecIntoIter<T, E> { /* private fields */ }