pub(crate) type UnscaledWidths = SmallVec<i32, MAX_WIDTHS>;
pub(crate) struct UnscaledWidths(Storage<i32, 16>);
0: Storage<i32, 16>