pub const INLINE_CAPACITY: usize = 8;
Vectors that implement the small vector optimization can store 8 elements inline without a heap allocation.