Feature: implement more Vec methods
dbkaplun opened this issue · 4 comments
dbkaplun commented
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!
bholley commented
Assuming they make sense, I think we'd be happy to take them. :-)
mbrubeck commented
More methods from Vec would be great.