Kronecker.opIndex

struct Kronecker(alias fun, NdFields...)
ref
opIndex
()
(
size_t[N] indices...
)
if (
NdFields.length > 1 &&
allSatisfy!(templateOr!(hasShape, hasLength), NdFields[1..$])
)

Meta