Macros§
Structs§
- Id
- The
Idof an element of typeTas returned byIdSlabinsertions. - IdMap
- IdSlab
- An
IdSlabstores 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.