Linear.gridScopeView

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

Meta