Constant spinoso_array::INLINE_CAPACITY

source ·
pub const INLINE_CAPACITY: usize = 8;
Expand description

Vectors that implement the small vector optimization can store 8 elements inline without a heap allocation.