Module entry

Source
Expand description

Types for interacting with a mutable view into a TypeSet for a given type

Structs§

OccupiedEntry
A view into the location a T is stored
VacantEntry
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.