Lokathor / tinyvec

Just, really the littlest Vec you could need. So smol.
https://docs.rs/tinyvec
Apache License 2.0
648 stars 49 forks source link

Implement `DoubleEndedIterator` for `TinyVecIterator` #145

Closed elomatreb closed 3 years ago

elomatreb commented 3 years ago

I noticed it was missing this implementation, even though both contained iterator types offer it. I implemented it mirroring the regular Iterator impl.