1 2 3 4 5 6
# opt-vec A contiguous growable array type with heap-allocated contents with fast deletion process. This is a wrapper for [`Vec<Option<T>>`](https://doc.rust-lang.org/std/vec/struct.Vec.html)