pub type SmallBuffer<T> = Vec<T>;
Expand description

Buffer for small vectors. (e.g. an array of attributes)