Type Definition isla_lib::primop::Binary[][src]

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