Expand description
Well-typed indices into Arena
s and UniqueArena
s.
This module defines Handle
and related types.
Structs§
- A strongly typed reference to an arena item.
Type Aliases§
- An unique index in the arena array that a handle points to. The “non-max” part ensures that an
Option<Handle<T>>
has the same size and representation asHandle<T>
.