Linear.grid

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

Meta