Return the last element from bi-directional linked list. If list argument is empty, the nullptr is returned.
template<class Type> TList<Type> *Tail(TList<Type> *list);