\"\" \"\" \"\"
Go backward to head(): Update Head Element
Go up to Destructive Updating
RISC-Linz logo

tail(): Update Tail List

l.tail(t)
      List<T> l
      List<T> t

Specification: Destructively updates the tail list of l by t.

Constraints: It is illegal to apply tail to an empty l.

Complexity: O(1).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997