Type Definition erupt::SmallVec

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

Allows returning small amounts of data (specifically with a length <= 8) without needlessly allocating heap memory.