The OpenD Programming Language

Linear.grid

struct Linear(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