type GlyphStack = SmallVec<GlyphId, 8>;
struct GlyphStack(Storage<GlyphId, 8>);
0: Storage<GlyphId, 8>