LukasKalbertodt/stable-vec

Rename `exists()`

LukasKalbertodt opened this issue · 1 comments

This is a bad name. It should be something like contains_index() or something like that...

Also: compact() is not optimal. Maybe rename it to make_compact()?