sarah-quinones / aligned-vec

MIT License
21 stars 7 forks source link

Add missing (common) API from `Vec` to `AVec` - insert, remove, extend_from_slice, resize #4

Closed Joeoc2001 closed 7 months ago

Joeoc2001 commented 10 months ago

Some common functions for dealing with vectors are missing, including the ones mentioned in the title.

I'll open a pull request in a bit to add them in, since I've already got implementations locally for my project.

sarah-quinones commented 7 months ago

solved by #5