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