Kronecker.shape

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

Meta