Macros§
Structs§
- Id
- The
Id
of an element of typeT
as returned byIdSlab
insertions. - IdMap
- IdSlab
- An
IdSlab
stores an unordered collection of elements with fast access by opaqueId
-s. - IdVec
- Iter
- The type returned by
IdSlab.iter()
. - IterMut
- The type returned by
IdSlab.iter_mut()
. - Option
Id - An
Option
-like container ofId<T>
that takes up no additional space.
Constants§
- MAXIMUM_
CAPACITY - The maximum size of id containers.