(Available since version 1.0)
LinkedList::valid — Check whether the singly linked list contains more nodes
Checks if the singly linked list contains any more nodes.
This function has no parameters.
Returns TRUE
if the singly linked list contains any more nodes, FALSE
otherwise.