Constant spinoso_array::INLINE_CAPACITY [−][src]
pub const INLINE_CAPACITY: usize = 8;
This is supported on crate features
small-array
or tiny-array
only.Vectors that implement the small vector optimization can store 8 elements inline without a heap allocation.