pub type StandardSlab<T> = Slab<T, usize>;
A standard slab arena which can hold up to std::usize::MAX elements but does not support element removal
std::usize::MAX
struct StandardSlab<T> { /* private fields */ }