Kronecker.elementCount

Returns the total number of elements in the Kronecker product of the NdFields.

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