pub type SequenceList<'a> = LazyOffsetArray16<'a, Sequence<'a>>;
A list of Sequence tables.
Sequence
pub struct SequenceList<'a> { /* private fields */ }