LinearExtrapolator.gridScopeView

Returns a scoped, constant view of the grid for the given dimension.

struct LinearExtrapolator(T)
return scope const @property @trusted
gridScopeView
(
size_t dimension = 0
)
()
if (
__traits(hasMember, T, "gridScopeView")
)