pub fn partial<G: Fn(X, &A) -> O, F, X, A: DualStruct<F>, O>(
g: G,
args: &A::Inner,
) -> impl Fn(X) -> OExpand description
Evaluate the function g with extra arguments args that are automatically adjusted to the correct
dual number type.