pub type FrontMatterEvents<'a> = SmallVec<[Event<'a>; 8]>;
A type store without allocation all events that are typically preceding the first section.
struct FrontMatterEvents<'a> { /* private fields */ }