Macros§
Structs§
- The
Id
of an element of typeT
as returned byIdSlab
insertions. - An
IdSlab
stores an unordered collection of elements with fast access by opaqueId
-s. - The type returned by
IdSlab.iter()
. - The type returned by
IdSlab.iter_mut()
. - An
Option
-like container ofId<T>
that takes up no additional space.
Constants§
- The maximum size of id containers.
Traits§
Type Aliases§
- The type used internally to store a tag.