CartesianPower.shape

Returns the shape of the Cartesian power as a two-element array of size_t.

struct CartesianPower(T)
@property scope const
size_t[2]
shape
()
()
if (
isUnsigned!T &&
T.sizeof <= size_t.sizeof
)