pub type Lookup<F, Ff> = Logup<F, LookupTable<Ff>>;
pub struct Lookup<F, Ff> { /* private fields */ }