ForwardDiff2.DType
D(f)

D(f)(x) * v computes $\frac{df}{dx}(x) ⋅ v$

ForwardDiff2.DIMethod
DI(f)

DI(f)(x) is a convenience function to materialize the derivative, gradient or Jacobian of f at x.