Expand description

StableVec, etc.

Structs

A vector type with indices stable across removes & inserts, and which reuses deleted indices; comparable to Vec<Option>.