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