\"\" \"\" \"\"
Go up to Selection
Go forward to []: Indexing
RISC-Linz logo

Length(): Length

l = Length(a)
      int l
      Array<T> a

Specification: Returns the number of slots of array a.

Constraints: It is illegal to apply Length to an unbound a.

Complexity: O(1).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997