Lagrange.withDerivative

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

Meta