[][src]Type Definition array_tools::ArrayIntoIterator

type ArrayIntoIterator<T, A> = IntoIter<T, A>;
Deprecated since 0.2.10:

Structure ArrayIntoIterator was renamed into IntoIter. This alias will exist for some time to preserve backward compatibility.

Alias for IntoIter.