The OpenD Programming Language

Spline.grid

struct Spline(F, size_t N = 1, X = F)
extern (D) @trusted return scope const @property
Slice!(RCI!(immutable X))
grid
(
size_t dimension = 0
)
()
if (
dimension < N
)
if (
N &&
N <= 6
)

Meta