Hello!<div><br></div><div>This adds a handy little iterator wrapper I ended up wanting when writing several algorithms that build up and transform data stored in a SmallVector (or any vector-like container). I'm still writing a basic test of the functionality, but wanted to get any feedback on the idea and rough patch.</div>

<div><br></div><div>More details about the semantics and use case are in the comments in the patch.</div>