The OpenD Programming Language

fuseImpl.fuseImpl

template fuseImpl(bool RC, T_, Dimensions...)
static if(allSatisfy!(isSize_t, Dimensions))
fuseImpl
(
NDRange
)
(
NDRange r
)
if (
isFusable!NDRange
)

Parameters

r NDRange

parallelotope (ndrange) with length/shape and input range primitives.

Meta