Kronecker.lightImmutable

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

Meta