Constant.gridShape

Returns the shape of the constant interpolation grid as a static array of size N.

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