pub const INLINE_SIZE: usize = _; // 2usizeExpand description
Inline storage (in ranges) reserved in a RangeVec.
Controlled by the inline_storage feature, which is enabled by
default. When the inline_storage feature is not enabled,
this constant is set to 0.