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