Combinations.shape

Returns the shape of the combinations as a constant two-element array of size_t.

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