Linear.this

struct Linear(F, size_t N = 1, X = F)
extern (D) @safe @nogc
@optmath
this
(
Repeat!(N, Slice!(RCI!(immutable X))) grid
,
Slice!(RCI!(const F), N) data
)
if (
N &&
N <= 6
)

Meta