Crate slabbable_stablevec

Crate slabbable_stablevec 

Source
Expand description

§Slabbable StableVec

StableVec impl Slabbable StableVec does not shift elements upon deletion and has stable index and does not invalide indexes upon that happening.

We are not concerned about continuous memory since we are not iterating or sorting our collection.

This impl of StableVec re-uses idx unlike impl that keeps track of rotating index within.

Structs§

StableVecSlab
Holder