Constant spinoso_array::INLINE_CAPACITY
source · pub const INLINE_CAPACITY: usize = 8;
Available on crate features
small-array
or tiny-array
only.Expand description
Vectors that implement the small vector optimization can store 8 elements inline without a heap allocation.