Spline.opCall

  1. auto opCall(X xs)
    template opCall(uint derivative : 2)
    extern (D) @trusted scope const
    @fmamath
    opCall
    (
    X...
    )
    (
    in X xs
    )
    if (
    X.length == N
    )
  2. template opCall(uint derivative = 0)

Members

Functions

opCall
auto opCall(X xs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta