Expand description
A vector-like region allocator building block that guarantees that its slots never move, and are available unchanged until exclusive_clear is called, and hence allows shared references to existing slots while allowing to push new items at the same time. Uses internal mutability.