Cartesian.length

Returns the number of elements along dimension d of the Cartesian product, defaulting to dimension 0.

struct Cartesian(NdFields...)
@safe scope const @property
size_t
length
(
size_t d = 0
)
()
if (
NdFields.length > 1
)