pub type LookupList<'a> = LazyOffsetArray16<'a, Lookup<'a>>;
A list of Lookup values.
Lookup
struct LookupList<'a> { /* private fields */ }