Go backward to Lists
Go up to Reference Manual
Go forward to Pointers

Arrays

An array of type Array<T> consists of a sequence of T elements each of which can be accessed and updated in constant time. The length of the array (the number of elements) is arbitrary but fixed at definition time.

  • Representation
  • Definition
  • Allocation
  • Selection
  • General

  • Wolfgang.Schreiner@risc.uni-linz.ac.at
    Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp

    Prev Up Next