Returns the number of dimensions of type R.
static assert(rank!(int[2]) == 1); static assert(rank!(int[2][3]) == 2);
See Implementation
Returns the number of dimensions of type R.