\"\" \"\" \"\"
Go backward to Null(): Test for Unbound Array
Go up to General
Go forward to =: Assignment
RISC-Linz logo

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

Author: Wolfgang Schreiner
Last Modification: April 12, 1997