Type Alias peace_data::TypeIds

source ·
pub type TypeIds = SmallVec<[TypeId; 8]>;
Expand description

Array of TypeIds.

Holds up to 8 Type IDs before overflowing onto the heap.

Aliased Type§

struct TypeIds { /* private fields */ }