ConstantExtrapolator.gridScopeView

Returns a scoped, const view of the extrapolator's grid for the specified dimension.

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