Function LinkedList.LinkedListHead.getTailPred
Get the 'tail node'
auto getTailPred();
Returns
Ptr to the predessor of the 'tail node', possibly the head node
Get the 'tail node'
auto getTailPred();
Ptr to the predessor of the 'tail node', possibly the head node