A contiguous growable array type with heap-allocated contents with fast deletion process.
This is a wrapper for Vec<Option<T>>
Vec<Option<T>>