array-dimension
(array-dimension array axis-number)
Returns the size of the dimension of array at the 0-based axis-number. For a rank-1 vector the only valid axis is 0; for a rank-n array the axes are 0 to n-1. Use array-dimensions to get all sizes at once.