Update tinyvec.rs

This commit is contained in:
Lokathor
2020-01-24 00:37:02 -07:00
parent 554903f05f
commit 9e2d179174
+1
View File
@@ -723,6 +723,7 @@ impl<A: Array> Iterator for TinyVecIterator<A> {
}
}
}
// TODO: fused iterator
impl<A: Array> IntoIterator for TinyVec<A> {
type Item = A::Item;