servo/smallbitvec

Feature: implement more Vec methods

dbkaplun opened this issue · 4 comments

Hello,

I'd like to use SmallBitVec in my project but it is proving difficult, as SmallBitVec implements many methods from Vec but not all of them. Would you be willing to accept a Pull Request adding this functionality?

Thanks for considering!

Assuming they make sense, I think we'd be happy to take them. :-)

(Ultimate @mbrubeck's call, though)

More methods from Vec would be great.

Closing this because the first parts of this have been merged already (#7, #8). Thanks!