array-rank

[procedure] array-rank array

SRFI-25: returns the number of demensions of the array.

[procedure] array-rank obj

SRFI-47, SRFI-63: Returns the number of dimensions of obj. If obj is not an array, 0 is returned.

See also make-array.