Go backward to Array(): Duplication
Go up to General
Go forward to ==: Comparison

=: Assignment

a = b
      Array<T> a
      Array<T> b

Specification: Binds a to the array b (i.e. to the array to which b is bound). This overrides any previous binding of a. If b is not bound to any array, a becomes unbound.

Complexity: O(1).


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

Prev Up Next