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

=: Assignment

l = r
      List<T> l
      List<T> r

Specification: Binds l to the list b (i.e. to the list to which b is bound). This overrides any previous binding of l.

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