\"\" \"\" \"\"
Go backward to List(): Duplication
Go up to General
Go forward to ==: Comparison
RISC-Linz logo

=: 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).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997