
22-10 104011 Tandem Computers Incorporated
22
T* removeLast();
Removes and returns the last item in the list, or nil if there are no items in the
list.
T* removeReference(const T* a);
Removes and returns the item with address
a
, or nil if there is no such item.