pub type LookupList<'a, T> = TableRef<'a, LookupListMarker<T>>;
Lookup List Table
pub struct LookupList<'a, T> { /* private fields */ }