Go backward to Null(): Test for Unbound Array
Go up to General
Go forward to =: Assignment

Array(): Duplication

Array<T> a(b)
            Array<T> b

Specification: Defines an array a bound to the same array as b. If b is not bound to any array, a is also unbound.

Note: This definition is more efficient than the otherwise equivalent form

Array<T> a = b

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

Prev Up Next