rank

Returns the number of dimensions of an array.  The method for <array> computes rank by calling size on the dimensions of array.

Exported from

Modifiers

open

Arguments

arrayAn instance of <array>.

Values

rankAn instance of <integer>.
The class of sequences whose elements are arranged according to a Cartesian coordinate system.
Returns the size of its argument.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of integers.