pub const INLINE_CAPACITY: usize = mem::size_of::<OutOfLineRepr>() - 1; // 7usize
The maximum number of bytes that can be inlined.