IndexedRoR.shape

Returns the shape of the indexed range-of-ranges as a two-element array of size_t.

struct IndexedRoR(Collection, Range)
@property scope const
static if(hasLength!Collection)
size_t[2]
shape
()
()
if (
__traits(compiles, Range.init[size_t.init])
)