fn apply<T>(left: &Bdd, right: &Bdd, terminal_lookup: T) -> Bdd where
    T: Fn(Option<bool>, Option<bool>) -> Option<bool>, 
Expand description

(internal) Shorthand for the more advanced apply which includes variable flipping