Binary

Type Alias Binary 

Source
pub type Binary<B> = fn(_: Val<B>, _: Val<B>, solver: &mut Solver<'_, B>) -> Result<Val<B>, ExecError>;