Returns the number of dimensions of the given array type
auto dims = ArrayDimensions!(int[][]); static assert(dims == 2);
See Implementation
Returns the number of dimensions of the given array type