Expand description
Types for interacting with a mutable view into a TypeSet for a given type
Structs§
- Occupied
Entry - A view into the location a T is stored
- Vacant
Entry - A view into a vacant entry in a
TypeSet.
Enums§
- Entry
- A view into a single type in the
TypeSet, which may be either vacant or occupied.