Type Definition fn_meta::TypeIds

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

Array of TypeIds.

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