mccolljr / segvec

SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
MIT License
33 stars 4 forks source link

Implement `ExactSizeIterator` for iterator types #6

Closed mccolljr closed 3 years ago

mccolljr commented 3 years ago

Right now, none of the iter types implement ExactSizeIterator, but they all can so it should be implemented