Go up to General
Go forward to Null(): Test for Unbound List

init(): Unbinding a List

l.init()
      List<T> l

Specification: Resolves any binding of l.

Complexity: O(1).

Note: This operation is equivalent to

l.nil()

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

Up Next