Constant.gridScopeView

Returns a read-only view of the interpolation's grid as an immutable array of X.

struct Constant(F, size_t N = 1, X = F)
extern (D) @trusted return scope const @property @trusted
@fmamath
immutable(X)[]
gridScopeView
(
size_t dimension = 0
)
()
if (
dimension < N
)
if (
N &&
N <= 6
)