Kronecker.lightConst

Returns a lightweight constant view of the Kronecker product.

struct Kronecker(alias fun, NdFields...)
const @property
lightConst
()
()
if (
NdFields.length > 1 &&
allSatisfy!(templateOr!(hasShape, hasLength), NdFields[1..$])
)