Lagrange.withTwoDerivatives

struct Lagrange(T, uint maxAdditionalFunctions = 0, X = T)
@safe pure @nogc extern (D) scope const
@optmath
static if(maxAdditionalFunctions)
static if(maxAdditionalFunctions > 1)
alias withTwoDerivatives = opCall!2

Meta